Commit e2dc6033 authored by Adriano dos Santos Fernandes's avatar Adriano dos Santos Fernandes Committed by Ward Bell

Correction for when we change tsconfig.json/outDir and karma.conf/appBase. (#314)

parent 1249afd5
...@@ -19,7 +19,7 @@ module.exports = function(config) { ...@@ -19,7 +19,7 @@ module.exports = function(config) {
], ],
client: { client: {
builtPaths: [appSrcBase, testingBase], // add more spec base paths as needed builtPaths: [appBase, testingBase], // add more spec base paths as needed
clearContext: false // leave Jasmine Spec Runner output visible in browser clearContext: false // leave Jasmine Spec Runner output visible in browser
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment