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 fa88906 commit 2dbe819Copy full SHA for 2dbe819
test/checkHiddenCommit.test.js
@@ -1,7 +1,6 @@
1
-// test/checkHiddenCommits.test.js
2
const fs = require('fs');
3
const childProcess = require('child_process');
4
-import * as sinon from 'sinon';
+const sinon = require('sinon');
5
const { expect } = require('chai');
6
7
const { exec: checkHidden } = require('../src/proxy/processors/push-action/checkHiddenCommits');
0 commit comments