From d7686346165bb63c04b2f087772c85354c205951 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 1 Mar 2019 17:06:48 +0100 Subject: Fix domparser on phantomjs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/karma.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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'); -- cgit v1.2.3