test: open autowatch
parent
7b8118e662
commit
a04637ec9f
|
@ -10,5 +10,5 @@ testsContext.keys().forEach(testsContext)
|
|||
// require all src files except main.js for coverage.
|
||||
// you can also change this to match only the subset of files that
|
||||
// you want coverage for.
|
||||
const srcContext = require.context(`../components`, true, /^\.(\.js|\.jsx)?$/)
|
||||
const srcContext = require.context(`../components/${process.env.SCOPE}`, true, /^\.(\.js|\.jsx)?$/)
|
||||
srcContext.keys().forEach(srcContext)
|
||||
|
|
|
@ -29,7 +29,7 @@ module.exports = function (config) {
|
|||
},
|
||||
port: 9876,
|
||||
colors: true,
|
||||
// autoWatch: true,
|
||||
autoWatch: true,
|
||||
webpack: merge(
|
||||
{
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in New Issue