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

Commit 638984a

Browse files
@smashwilson path.join knowledge 🧠
Co-Authored-By: Ash Wilson <[email protected]>
1 parent 997d560 commit 638984a

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
@@ -61,7 +61,7 @@ describe.only('GithubPackage', function() {
6161

6262
const confirm = atomEnv.confirm.bind(atomEnv);
6363
const currentWindow = atomEnv.getCurrentWindow();
64-
const configDirPath = path.join(__dirname, 'fixtures', 'atomenv-config');
64+
const configDirPath = path.join(__dirname, 'fixtures/atomenv-config');
6565
const getLoadSettings = () => ({initialPaths});
6666

6767
project.setPaths(realProjectPaths);

0 commit comments

Comments
 (0)