mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
10 lines
93 B
JSON
10 lines
93 B
JSON
{
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"include": [
|
|
"lib/**/*.js"
|
|
]
|
|
}
|