Skip to content

Commit 4ef7056

Browse files
Fix path in system test
1 parent 0773970 commit 4ef7056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/__system__/cli/generate/cli.generate.bundle.system.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe("cics-deploy generate bundle", () => {
4646
fse.removeSync(TEST_APPS_DIR);
4747
}
4848
fse.mkdirSync(TEST_APPS_DIR);
49-
fse.copySync(__dirname + "../../../../__resources__/apps", TEST_APPS_DIR);
49+
fse.copySync(__dirname + "/../../../__resources__/apps", TEST_APPS_DIR);
5050
});
5151

5252
it("should generate a bundle using defaults from package.json", async () => {

0 commit comments

Comments
 (0)