We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2b77 commit e46ba69Copy full SHA for e46ba69
1 file changed
tools/snippets/test/test.validate.js
@@ -27,8 +27,8 @@ tape( 'the function returns an error if provided an `options` argument which is
27
undefined,
28
null,
29
NaN,
30
- function noop() {},
31
- []
+ [],
+ function noop() {}
32
];
33
34
for ( i = 0; i < values.length; i++ ) {
0 commit comments