We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673797c commit 3a53957Copy full SHA for 3a53957
1 file changed
tools/snippets/test/test.validate.js
@@ -33,7 +33,7 @@ tape( 'the function returns an error if provided an `options` argument which is
33
34
for ( i = 0; i < values.length; i++ ) {
35
err = validate( {}, values[ i ] );
36
- t.strictEqual( err instanceof TypeError, true, 'returns a TypeError when provided '+values[i] );
+ t.strictEqual( err instanceof TypeError, true, 'returns a type error when provided '+values[i] );
37
}
38
t.end();
39
});
0 commit comments