Skip to content

Commit 1588c19

Browse files
committed
WIP change the rest
1 parent 9490bd8 commit 1588c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/register.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { register } from "../../src";
1+
import { register } from "typescript-transform-paths";
22
import { PluginConfig } from "ts-patch";
33
import * as tsNode from "ts-node";
4-
import * as transformerModule from "../../src/transformer";
4+
import * as transformerModule from "typescript-transform-paths/dist/transformer";
55
import { REGISTER_INSTANCE } from "ts-node";
66
import { CustomTransformers, PluginImport, Program } from "typescript";
77

0 commit comments

Comments
 (0)