Skip to content

Commit

Permalink
t Fixes test failures
Browse files Browse the repository at this point in the history
jwloka committed Apr 15, 2024
1 parent 9ec1905 commit 881844d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/compiler/src/command.spec.ts
Original file line number Diff line number Diff line change
@@ -141,7 +141,6 @@ describe("addCompileCommand", () => {
compileOnSave: false,
projectReferences: undefined,
raw: {
compileOnSave: undefined,
compilerOptions: {
module: "CommonJS",
noEmit: false,
@@ -152,7 +151,7 @@ describe("addCompileCommand", () => {
include: ["src/**/*.ts"],
},
watchOptions: undefined,
wildcardDirectories: {[join(__dirname, "..", "src").toLowerCase()]:1},
wildcardDirectories: {[join(__dirname, "..", "src")]:1},
});
expect(actual.reporter).toBeDefined();
expect(actual.sourceMap).toBe(false);

0 comments on commit 881844d

Please sign in to comment.