diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index e86f3d397bd..fb460ad850d 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -127,6 +127,7 @@ module.exports = function(config) { testCore = true; } + files.push(corePath + 'tests/html-domparser.js'); files.push('core/js/dist/main.js'); // core mocks files.push(corePath + 'tests/specHelper.js'); |