Skip to content

Commit 180163c

Browse files
committed
fix tests
1 parent c9dd264 commit 180163c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/tests/nx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from "path";
44
import { projectsPaths } from "../config";
55
import { execSync } from "child_process";
66
import { readFileSync, rmSync } from "fs";
7-
import * as transformerModule from "typescript-transform-paths/dist/transformer";
7+
import * as transformerModule from "typescript-transform-paths";
88

99
/* ****************************************************************************************************************** *
1010
* Tests

test/tests/register.test.ts

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

0 commit comments

Comments
 (0)