feat(billing): refacto billing (#14243)
… prices for metered billing --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@@ -64,11 +64,11 @@ describe('getDomainNameByEmail', () => {
|
||||
expect(getDomainNameByEmail('"user name"@example.com')).toBe('example.com');
|
||||
});
|
||||
|
||||
xit('should handle email with special characters in quoted local part', () => {
|
||||
it.skip('should handle email with special characters in quoted local part', () => {
|
||||
expect(getDomainNameByEmail('"user@#$%"@example.com')).toBe('example.com');
|
||||
});
|
||||
|
||||
xit('should handle email with quoted local part containing @', () => {
|
||||
it.skip('should handle email with quoted local part containing @', () => {
|
||||
expect(getDomainNameByEmail('"user@local"@example.com')).toBe(
|
||||
'example.com',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user