We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34551a4 commit 4251f9dCopy full SHA for 4251f9d
1 file changed
test/index.test.js
@@ -15,7 +15,7 @@ describe('validator.js-asserts', () => {
15
it('should export all asserts', ({ assert }) => {
16
const assertNames = Object.keys(asserts);
17
18
- assert.equal(assertNames.length, 42);
+ assert.equal(assertNames.length, 43);
19
assert.deepEqual(assertNames, [
20
'AbaRoutingNumber',
21
'AnyOf',
0 commit comments