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 e7951c0 commit 3a5f600Copy full SHA for 3a5f600
test/processors/checkEmptyBranch.test.js
@@ -1,7 +1,7 @@
1
const chai = require('chai');
2
const sinon = require('sinon');
3
const proxyquire = require('proxyquire');
4
-const { Action, Step } = require('../../src/proxy/actions');
+const { Action } = require('../../src/proxy/actions');
5
6
chai.should();
7
const expect = chai.expect;
0 commit comments