Skip to content

Commit

Permalink
test: adjust dev dep for e2e runs
Browse files Browse the repository at this point in the history
fixes Non-string value passed to `ts.resolveTypeReferenceDirective` in typescript
error when running e2e tests (https://stackoverflow.com/a/72680434/2225619)
  • Loading branch information
Nolanus committed Dec 18, 2022
1 parent 121691e commit a8d6afe
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 34 deletions.
86 changes: 54 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^15.0.1",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"ts-node": "~10.8.0",
"typescript": "~4.8.4"
},
"config": {
Expand All @@ -80,4 +80,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit a8d6afe

Please sign in to comment.