We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9280 commit 7863c29Copy full SHA for 7863c29
lib/commands/new/buildsystems/general/unit-test-runners/jest.js
@@ -27,6 +27,10 @@ module.exports = function(project) {
27
);
28
29
project.package.jest = {
30
+ moduleNameMapper: {
31
+ // avoid aurelia-bindings v1+v2 conflict
32
+ '^aurelia-binding$': '<rootDir>/node_modules/aurelia-binding'
33
+ },
34
modulePaths: [
35
'<rootDir>/src',
36
'<rootDir>/node_modules'
@@ -65,6 +69,10 @@ module.exports = function(project) {
65
69
66
70
67
71
72
73
74
75
68
76
77
78
0 commit comments