We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d08b7 commit 09f79e3Copy full SHA for 09f79e3
public/docs/_examples/testing/ts/karma.conf.js
@@ -1,9 +1,9 @@
1
// #docregion
2
module.exports = function(config) {
3
4
- var appBase = 'app/'; // transpiled app JS and map files
5
- var appSrcBase = 'app/'; // app source TS files
6
- var appAssets = 'base/app/'; // component assets fetched by Angular's compiler
+ var appBase = 'app/'; // transpiled app JS and map files
+ var appSrcBase = 'app/'; // app source TS files
+ var appAssets = '/base/app/'; // component assets fetched by Angular's compiler
7
8
// Testing helpers (optional) are conventionally in a folder called `testing`
9
var testingBase = 'testing/'; // transpiled test JS and map files
0 commit comments