Skip to content

Commit cc50e2d

Browse files
committed
🤖 test: re-enable path test after syntax fix
Change-Id: Ic306e260bcfe15962ed807f535f21949f8462673 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 08545c5 commit cc50e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/services/scriptRunner.path.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void mock.module("@/node/utils/runtime/helpers", () => ({
3737
readFileString: mock().mockResolvedValue(""),
3838
}));
3939

40-
describe.skip("runWorkspaceScript path handling", () => {
40+
describe("runWorkspaceScript path handling", () => {
4141
const mockRuntime = {
4242
stat: mock().mockResolvedValue({ isDirectory: false }),
4343
normalizePath: mock(),

0 commit comments

Comments
 (0)