mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
add tests for components and refactor test fixtures to not register all components as a side-effect
This commit is contained in:
+6
-3
@@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user