fix(core): update
This commit is contained in:
@@ -10,6 +10,11 @@ tap.test('first test', async () => {
|
||||
|
||||
tap.test('should check an IBAN', async () => {
|
||||
expect(testValidator.isIban('AT95 0100 0000 0555 4915')).toBeTrue();
|
||||
});
|
||||
|
||||
tap.test('escape email', async () => {
|
||||
const escapedEmail = testValidator.escape('test@example.com');
|
||||
console.log(escapedEmail);
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user