mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
11 lines
137 B
JSON
11 lines
137 B
JSON
|
{
|
||
|
"spec_dir": "spec",
|
||
|
"spec_files": [
|
||
|
"**/*[sS]pec.js",
|
||
|
"**/*[sS]pec.coffee"
|
||
|
],
|
||
|
"helpers": [
|
||
|
"helpers/**/*.js"
|
||
|
]
|
||
|
}
|