Skip to content

Commit a6b8faf

Browse files
committed
test: remove .only()
1 parent f4a3cbe commit a6b8faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/processors/writePack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { Action, Step } = require('../../src/proxy/actions');
66
chai.should();
77
const expect = chai.expect;
88

9-
describe.only('writePack', () => {
9+
describe('writePack', () => {
1010
let exec;
1111
let readdirSyncStub;
1212
let spawnSyncStub;

0 commit comments

Comments
 (0)