Skip to content

Commit

Permalink
refactor: remove ts-expose-internals imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 18, 2024
1 parent 0b5fd4c commit 7b66926
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion test/tests/project-ref.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// noinspection ES6UnusedImports
import {} from "ts-expose-internals";
import * as path from "path";
import { createTsSolutionBuilder, EmittedFiles } from "../utils";
import { projectsPaths, ts } from "../config";
Expand Down
1 change: 0 additions & 1 deletion test/tests/transformer/general.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// noinspection ES6UnusedImports
import {} from "ts-expose-internals";
import * as path from "path";
import { createTsProgram, EmittedFiles, getEmitResultFromProgram } from "../../utils";
import { ts, tsModules, projectsPaths } from "../../config";
Expand Down
1 change: 0 additions & 1 deletion test/tests/transformer/specific.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// noinspection ES6UnusedImports
import {} from "ts-expose-internals";
import * as path from "path";
import {
createTsProgram,
Expand Down
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["tests", "utils"],

"compilerOptions": {
"types": ["jest", "node"],
"types": ["jest", "node", "ts-expose-internals"],
"noEmit": true,
"strict": true,
"esModuleInterop": true
Expand Down

0 comments on commit 7b66926

Please sign in to comment.