We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a3cbe commit a6b8fafCopy full SHA for a6b8faf
test/processors/writePack.test.js
@@ -6,7 +6,7 @@ const { Action, Step } = require('../../src/proxy/actions');
6
chai.should();
7
const expect = chai.expect;
8
9
-describe.only('writePack', () => {
+describe('writePack', () => {
10
let exec;
11
let readdirSyncStub;
12
let spawnSyncStub;
0 commit comments