Skip to content

Commit fb1fbd4

Browse files
authored
Update ts-node version to resolve test issues (#150)
1 parent 2999cba commit fb1fbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ module.exports = class TheiaExtension extends Base {
204204
this.params.browserDevDependencies = `,\n "node-polyfill-webpack-plugin": "latest"`;
205205
}
206206
if (this.params.extensionType === ExtensionType.Widget) {
207-
this.params.devdependencies = `,\n "@testing-library/react": "^11.2.7",\n "@types/jest": "^26.0.20",\n "jest": "^26.6.3",\n "ts-node": "^9.1.1",\n "ts-jest": "^26.5.6"`;
207+
this.params.devdependencies = `,\n "@testing-library/react": "^11.2.7",\n "@types/jest": "^26.0.20",\n "jest": "^26.6.3",\n "ts-node": "^10.9.1",\n "ts-jest": "^26.5.6"`;
208208
this.params.scripts = `,\n "test": "jest --config configs/jest.config.ts"`;
209209
this.params.rootscripts =`,\n "test": "cd ${this.params.extensionPath} && yarn test"`;
210210
this.params.containsTests = true;

0 commit comments

Comments
 (0)