diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-08 15:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 15:32:16 +0100 |
commit | 8996b9efbf61db703c73d4cfd872a83fe9d105e6 (patch) | |
tree | 4b5d555ac9f0983ba266cc30bc1ab2506546ff98 /tests | |
parent | ec5f4200ad402a7ee9fc68c677c6cea8d4437052 (diff) | |
parent | 9e3335f11e13ea356fad14b3cf37986755be81a1 (diff) | |
download | nextcloud-server-8996b9efbf61db703c73d4cfd872a83fe9d105e6.tar.gz nextcloud-server-8996b9efbf61db703c73d4cfd872a83fe9d105e6.zip |
Merge pull request #14352 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.3.1
[Security] Bump bootstrap from 3.4.1 to 4.3.1
Diffstat (limited to 'tests')
-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'); |