Skip to content

Commit 9934724

Browse files
committed
Fix accidental skip of nearly all tests (whoops)
This was so stupid from me.
1 parent 6e1d886 commit 9934724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('CLI Dependencies', () => {
1616
});
1717

1818
describe('CLI', () => {
19-
it.only('--progress', (done) => {
19+
it('--progress', (done) => {
2020
runDevServer('--progress')
2121
.then((output) => {
2222
assert(output.code === 0);

0 commit comments

Comments
 (0)