Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Jan 29, 2024
1 parent 726a93d commit 96f1d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/typescript-worker_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ suite('typescript builder', () => {
],
semanticDiagnostics: Promise.resolve([
{
fileName: 'index.ts',
filename: 'index.ts',
diagnostic: {
code: 2322,
message: "Type 'string' is not assignable to type 'number'.",
Expand Down Expand Up @@ -203,7 +203,7 @@ suite('typescript builder', () => {

semanticDiagnostics: Promise.resolve([
{
fileName: 'index.ts',
filename: 'index.ts',
diagnostic: {
code: 2345,
message:
Expand All @@ -223,7 +223,7 @@ suite('typescript builder', () => {
},
},
{
fileName: 'index.ts',
filename: 'index.ts',
diagnostic: {
code: 2345,
message:
Expand Down

0 comments on commit 96f1d50

Please sign in to comment.