Skip to content

Commit

Permalink
workds?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed Apr 11, 2024
1 parent cc25563 commit 17fdef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/git/fileSystemUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("Finding .scope folder", () => {

it("Does find .scope folder where when is one", () => {
mkdirSync(SCOPE_FOLDER_PATH);
expect(scopeFolderExists(TEMP_TEST_FOLDER)).toBe(true);
expect(scopeFolderExists(resolve(TEMP_TEST_FOLDER))).toBe(true);
purgeScopeFolder();
});

Expand Down

0 comments on commit 17fdef4

Please sign in to comment.