Skip to content

Commit

Permalink
WIP change the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 7, 2024
1 parent 9490bd8 commit 1588c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/register.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { register } from "../../src";
import { register } from "typescript-transform-paths";
import { PluginConfig } from "ts-patch";
import * as tsNode from "ts-node";
import * as transformerModule from "../../src/transformer";
import * as transformerModule from "typescript-transform-paths/dist/transformer";
import { REGISTER_INSTANCE } from "ts-node";
import { CustomTransformers, PluginImport, Program } from "typescript";

Expand Down

0 comments on commit 1588c19

Please sign in to comment.