Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d7ce6f5

Browse files
committed
Stub inSpecMode for integration tests
1 parent 9253fc7 commit d7ce6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export async function setup(options = {}) {
4242
};
4343

4444
const atomEnv = global.buildAtomEnvironment();
45+
sinon.stub(atom, 'inSpecMode').returns(false);
4546

4647
let suiteRoot = document.getElementById('github-IntegrationSuite');
4748
if (!suiteRoot) {

0 commit comments

Comments
 (0)