Skip to content

Commit

Permalink
fix(lib-js-client): jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Idered committed Oct 24, 2019
1 parent c79d663 commit 4817608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"allowBranch": "master"
},
"exact": true,
"ignore": [
"ignoreChanges": [
"@syncano/registry*"
]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"bootstrap": "lerna bootstrap --concurrency=2",
"lint": "lerna run lint",
"test:unit": "LERNA_TEST_RUN=1 NODE_ENV=test npx nyc lerna run test:unit",
"test:unit": "LERNA_TEST_RUN=1 NODE_ENV=test nyc lerna run test:unit",
"test:e2e": "lerna run test:e2e --stream",
"report:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"changelog": "npx lerna-changelog",
Expand Down
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": {
".*": `${__dirname}/../../node_modules/ts-jest/preprocessor.js`
".*": `${__dirname}/node_modules/ts-jest/preprocessor.js`
},
"testRegex": "(\\.(spec))\\.(ts)$",
"moduleFileExtensions": [
Expand Down

0 comments on commit 4817608

Please sign in to comment.