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

Commit ef9d9c1

Browse files
Merge branch 'test-fixing' of https://github.com/wadethestealth/github-dev into test-fixing
2 parents 046f04f + 638984a commit ef9d9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github-package.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe.only('GithubPackage', function() {
7777

7878
const confirm = atomEnv.confirm.bind(atomEnv);
7979
const currentWindow = atomEnv.getCurrentWindow();
80-
const configDirPath = path.join(__dirname, 'fixtures', 'atomenv-config');
80+
const configDirPath = path.join(__dirname, 'fixtures/atomenv-config');
8181
const getLoadSettings = () => ({initialPaths});
8282

8383
project.setPaths(realProjectPaths);

0 commit comments

Comments
 (0)