i18n-behavior
Version:
Instant and Modular I18N engine for lit-html and Polymer
31 lines (30 loc) • 585 B
JSON
{
"plugins": {
"local": {
"browsers": []
},
"sauce": {
"disabled": false,
"browsers": [
{
"browserName": "safari",
"platform": "OS X 10.9",
"version": "7"
}
]
},
"istanbul": {
"dir": "test/coverage-report-7",
"reporters": ["text-summary", "lcov"],
"include": [
"**/i18n-behavior.html",
"**/i18n-attr-repo.html",
"**/i18n-preference.html"
],
"exclude": [
"/bower_components/**/*",
"/test/**/*"
]
}
}
}