mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 15:26:10 +00:00
10 lines
111 B
JSON
10 lines
111 B
JSON
|
{
|
||
|
"spec_dir": "spec",
|
||
|
"spec_files": [
|
||
|
"**/*[sS]pec.js"
|
||
|
],
|
||
|
"helpers": [
|
||
|
"helpers/**/*.js"
|
||
|
]
|
||
|
}
|