Skip to content

Commit

Permalink
fix(lib-js-client): invalid ts-jest path
Browse files Browse the repository at this point in the history
  • Loading branch information
Idered committed Apr 27, 2018
1 parent 67c700b commit a8a79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-js-client/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"src/**/*.{ts}",
],
"transform": {
".*": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".*": `${__dirname}/node_modules/ts-jest/preprocessor.js`
},
"testRegex": "(\\.(spec))\\.(ts)$",
"moduleFileExtensions": [
Expand Down

0 comments on commit a8a79fa

Please sign in to comment.