Skip to content

Commit d76c5d1

Browse files
committed
lol run all tests!
1 parent 2f6753e commit d76c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function run(fixture, customParams = '') {
3131
return output
3232
}
3333

34-
test.serial.only('1. pass: single file smaller than limit', t => {
34+
test.serial('1. pass: single file smaller than limit', t => {
3535
const { stdout, exitCode } = run(1)
3636
t.is(exitCode, 0)
3737
t.snapshot(stdout)

0 commit comments

Comments
 (0)