Skip to content

Commit

Permalink
chore(jest): remove moduleNameMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVinke committed Mar 5, 2018
1 parent e4c6b26 commit dda7d63
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ module.exports = function(project) {
'<rootDir>/test/jest-pretest.js'
],
testEnvironment: 'node',
moduleNameMapper: {
'aurelia-(.*)': '<rootDir>/node_modules/aurelia-$1'
},
collectCoverage: true,
collectCoverageFrom: [
'src/**/*.{js,ts}',
Expand Down Expand Up @@ -87,9 +84,6 @@ module.exports = function(project) {
'<rootDir>/test/jest-pretest.ts'
],
testEnvironment: 'node',
moduleNameMapper: {
'aurelia-(.*)': '<rootDir>/node_modules/aurelia-$1'
},
collectCoverage: true,
collectCoverageFrom: [
'src/**/*.{js,ts}',
Expand Down

0 comments on commit dda7d63

Please sign in to comment.