test: add webpack to karma test frameworks

Warns otherwise on run.
This commit is contained in:
Nico Rehwaldt 2021-06-23 09:19:53 +02:00 committed by Philipp Fromme
parent e24fa02b2c
commit e853531d7d
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ module.exports = function(karma) {
frameworks: [ frameworks: [
'mocha', 'mocha',
'sinon-chai' 'sinon-chai',
'webpack'
], ],
files: [ files: [