This repository was archived by the owner on Feb 26, 2024. It is now read-only.
separation of unit testing not working #294
Closed
Description
Hello
I wanted to keep unit testing files in separate folder out of app/
, I wanted to keep the outside of app/
as spec/unit/app.spec.js
, but its giving error as
/angular2-project/spec/unit/app.component.spec.js".
Chrome 54.0.2840 (Mac OS X 10.10.5): Executed 0 of 0 ERROR (0.006 secs / 0 secs)
Updated my karma.conf as
var testBase = 'spec/unit/';
can you advice please.
Metadata
Metadata
Assignees
Labels
No labels