summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/jasmine.json')
-rw-r--r--packages/markdown/marked/jasmine.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/markdown/marked/jasmine.json b/packages/markdown/marked/jasmine.json
new file mode 100644
index 00000000..bec42542
--- /dev/null
+++ b/packages/markdown/marked/jasmine.json
@@ -0,0 +1,11 @@
+{
+ "spec_dir": "test",
+ "spec_files": [
+ "**/*-spec.js"
+ ],
+ "helpers": [
+ "helpers/helpers.js"
+ ],
+ "stopSpecOnExpectationFailure": false,
+ "random": true
+}