We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a66c8 commit 29951c9Copy full SHA for 29951c9
tests/ts/test/utils/path.test.ts
@@ -31,7 +31,7 @@ test("getIncludeFiles", () => {
31
expect(getIncludeFiles(["src/core"], (s) => s.endsWith(".ts"))).toEqual([
32
path.normalize("src/core/compile.ts"),
33
path.normalize("src/core/execute.ts"),
34
- path.normalize("src/core/execution_recorder.ts"),
+ path.normalize("src/core/executionRecorder.ts"),
35
path.normalize("src/core/instrument.ts"),
36
path.normalize("src/core/precompile.ts"),
37
]);
0 commit comments