test: add webpack to karma test frameworks
Warns otherwise on run.
This commit is contained in:
parent
e24fa02b2c
commit
e853531d7d
|
@ -28,7 +28,8 @@ module.exports = function(karma) {
|
|||
|
||||
frameworks: [
|
||||
'mocha',
|
||||
'sinon-chai'
|
||||
'sinon-chai',
|
||||
'webpack'
|
||||
],
|
||||
|
||||
files: [
|
||||
|
|
Loading…
Reference in New Issue