Make tests and implementation interact.
This commit is contained in:
parent
7089178a0d
commit
e0b65ca061
7 changed files with 163 additions and 34 deletions
7
spec/support/jasmine.json
Normal file
7
spec/support/jasmine.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"spec_dir": "spec",
|
||||
"spec_files": ["**/*[sS]pec.ts"],
|
||||
"helpers": ["helpers/**/*.ts"],
|
||||
"stopSpecOnExpectationFailure": false,
|
||||
"random": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue