Skip to content

Commit 7b66926

Browse files
committedAug 18, 2024
refactor: remove ts-expose-internals imports
1 parent 0b5fd4c commit 7b66926

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed
 

‎test/tests/project-ref.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// noinspection ES6UnusedImports
2-
import {} from "ts-expose-internals";
32
import * as path from "path";
43
import { createTsSolutionBuilder, EmittedFiles } from "../utils";
54
import { projectsPaths, ts } from "../config";

‎test/tests/transformer/general.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// noinspection ES6UnusedImports
2-
import {} from "ts-expose-internals";
32
import * as path from "path";
43
import { createTsProgram, EmittedFiles, getEmitResultFromProgram } from "../../utils";
54
import { ts, tsModules, projectsPaths } from "../../config";

‎test/tests/transformer/specific.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// noinspection ES6UnusedImports
2-
import {} from "ts-expose-internals";
32
import * as path from "path";
43
import {
54
createTsProgram,

‎test/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["tests", "utils"],
44

55
"compilerOptions": {
6-
"types": ["jest", "node"],
6+
"types": ["jest", "node", "ts-expose-internals"],
77
"noEmit": true,
88
"strict": true,
99
"esModuleInterop": true

0 commit comments

Comments
 (0)