Skip to content

Commit e46ba69

Browse files
committed
Reorder values
1 parent edd2b77 commit e46ba69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/snippets/test/test.validate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ tape( 'the function returns an error if provided an `options` argument which is
2727
undefined,
2828
null,
2929
NaN,
30-
function noop() {},
31-
[]
30+
[],
31+
function noop() {}
3232
];
3333

3434
for ( i = 0; i < values.length; i++ ) {

0 commit comments

Comments
 (0)