Moved tests to spec folder with jasmine configuration

This commit is contained in:
Alexander Cerutti
2019-03-30 21:33:56 +01:00
parent b6c91b9dfd
commit 2c97274acd
4 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
{
"spec_dir": "spec",
"spec_files": [ "**/index.js" ],
"stopSpecOnExpectationFailure": false,
"random": true
}