changeset 10:1c3a39057b11

jasmine.json
author drewp@bigasterisk.com
date Fri, 06 Dec 2019 09:21:49 -0800
parents 26d3e4860adc
children 1988ad250036
files jasmine.json
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jasmine.json	Fri Dec 06 09:21:49 2019 -0800
@@ -0,0 +1,5 @@
+{
+    "spec_dir": "src",
+    "spec_files": ["**/*_test.ts"],
+    "oneFailurePerSpec": false
+  }
\ No newline at end of file