add tests for components and refactor test fixtures to not register all components as a side-effect

This commit is contained in:
Keegan
2016-02-11 15:43:12 -08:00
parent 9412908636
commit ba74959919
10 changed files with 143 additions and 61 deletions
+6 -3
View File
@@ -39,9 +39,12 @@ module.exports = function(config) {
[
'browserify-istanbul',
{
ignore: process.env.DEBUG ?
['**/**'] :
['**/test/**', '**/src/scripts/vendor/**']
ignore: process.env.DEBUG ? ['**/**'] :
[
'**/test/**',
'**/src/scripts/vendor/**',
'**/src/scripts/config-page.js'
]
}
]
]