Skip to content

Commit 117ac54

Browse files
committed
Skip tests on Windows (AppVeyor)
1 parent a8222c1 commit 117ac54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tape( 'when invoked with a `-V` flag, the command-line interface prints the vers
141141
}
142142
});
143143

144-
tape( 'the command-line interface prints the help text for individual commands to `stderr`', function test( t ) {
144+
tape( 'the command-line interface prints the help text for individual commands to `stderr`', opts, function test( t ) {
145145
var command;
146146
var idx;
147147

0 commit comments

Comments
 (0)