Skip to content

Commit

Permalink
fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 14, 2024
1 parent f877740 commit 4f60cff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tests/transformer/general.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ describe(`Transformer -> General Tests`, () => {
beforeAll(() => {
transformed = transformedFiles[file];
expected = {
// @ts-expect-error TS(2345) FIXME: Argument of type 'typeof ts | typeof ts | typeof import("typescript")' is not assignable to parameter of type 'typeof import("typescript")'.
js: getExpected(tsInstance, file, originalFiles[file].js, projectRoot),
// @ts-expect-error TS(2345) FIXME: Argument of type 'typeof ts | typeof ts | typeof import("typescript")' is not assignable to parameter of type 'typeof import("typescript")'.
dts: getExpected(tsInstance, file, originalFiles[file].dts, projectRoot),
};
});
Expand Down

0 comments on commit 4f60cff

Please sign in to comment.