Skip to content

Commit 14570e0

Browse files
chore: install typescript instead of ts-node
1 parent 6b471aa commit 14570e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const addModule = (
146146
export const asExpression = (value: string): string => `__expression: ${value}`;
147147

148148
export const extendWithTypescript = async (packageNamesToInstall: string[], appPath: string): Promise<void> => {
149-
packageNamesToInstall.push("ts-node");
149+
packageNamesToInstall.push("typescript");
150150

151151
const testplaneTsConfigPath = path.join(appPath, defaultTestplaneTestsDir, "tsconfig.json");
152152
const defaultTestplaneTsConfig = _.set({}, ["compilerOptions", "types"], ["testplane"]);

0 commit comments

Comments
 (0)