diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-05-26 21:56:40 +0200 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-05-28 19:05:09 +0000 |
commit | 28f8a445e4b7db6dac0f8090d8344d1b3fb7872d (patch) | |
tree | 9f008561e6d52d7bdb37b9c11d3fcad0646a4f40 /tests | |
parent | b638c6ee09f77e9372fad07899adbb46a6551f7d (diff) | |
download | nextcloud-server-28f8a445e4b7db6dac0f8090d8344d1b3fb7872d.tar.gz nextcloud-server-28f8a445e4b7db6dac0f8090d8344d1b3fb7872d.zip |
Move the systemtags to core/src
* Move to the handlebar loader from webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
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 0dca3bc8a58..18c18f0b7b9 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -129,6 +129,7 @@ module.exports = function(config) { files.push('core/js/dist/main.js'); files.push('core/js/dist/files_fileinfo.js'); files.push('core/js/dist/files_client.js'); + files.push('core/js/dist/systemtags.js'); // core mocks files.push(corePath + 'tests/specHelper.js'); |