summaryrefslogtreecommitdiffstats
path: root/js/karma.conf.js
diff options
context:
space:
mode:
authorAlec Kojaev <alec@kojaev.name>2021-07-16 15:40:04 +0300
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-07-24 14:52:34 +0200
commit65c15dac38358d5c3a619379b57bd498c070ea6f (patch)
tree8052e83899b96b7e761f779a43d15feb7921e353 /js/karma.conf.js
parent691c42bdbce50eaa7857f8386c706a4e8c763d60 (diff)
Reimplement relative time formatting as a filter, dropping dependency on deprecated moment.js
Signed-off-by: Alec Kojaev <alec@kojaev.name>
Diffstat (limited to 'js/karma.conf.js')
-rw-r--r--js/karma.conf.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/karma.conf.js b/js/karma.conf.js
index 6cf0f4a29..5a6e0af4e 100644
--- a/js/karma.conf.js
+++ b/js/karma.conf.js
@@ -17,7 +17,6 @@ module.exports = function (config) {
// list of files / patterns to load in the browser
files: [
'node_modules/jquery/dist/jquery.js',
- 'node_modules/moment/min/moment-with-locales.js',
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'node_modules/angular-route/angular-route.js',