We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee1e6 commit 91adc68Copy full SHA for 91adc68
skeleton-es2016-asp.net5/src/skeleton-navigation-es2016-vs/karma.conf.js
@@ -16,7 +16,8 @@ module.exports = function(config) {
16
loadFiles: ['test/unit/setup.js', 'test/unit/**/*.js'],
17
serveFiles: ['src/**/*.js'],
18
paths: {
19
- '*': '*',
+ '*': 'src/*',
20
+ 'test/*': 'test/*',
21
'github:*': 'jspm_packages/github/*',
22
'npm:*': 'jspm_packages/npm/*'
23
}
skeleton-es2016/karma.conf.js
0 commit comments