mirror of
https://github.com/markedjs/marked
synced 2024-11-23 09:48:17 +00:00
12 lines
168 B
JSON
12 lines
168 B
JSON
{
|
|
"spec_dir": "test",
|
|
"spec_files": [
|
|
"**/*-spec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|