Skip to content

Commit 29951c9

Browse files
committed
fix
1 parent 75a66c8 commit 29951c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ts/test/utils/path.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test("getIncludeFiles", () => {
3131
expect(getIncludeFiles(["src/core"], (s) => s.endsWith(".ts"))).toEqual([
3232
path.normalize("src/core/compile.ts"),
3333
path.normalize("src/core/execute.ts"),
34-
path.normalize("src/core/execution_recorder.ts"),
34+
path.normalize("src/core/executionRecorder.ts"),
3535
path.normalize("src/core/instrument.ts"),
3636
path.normalize("src/core/precompile.ts"),
3737
]);

0 commit comments

Comments
 (0)