diff --git a/karma.conf.js b/karma.conf.js index f73d87b9f2..9984df9177 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -20,7 +20,8 @@ module.exports = function(config) { // list of files to exclude exclude: [ - "jslib/src/services/nodeApi.service.ts" + "jslib/src/services/nodeApi.service.ts", + "jslib/src/services/lowdbStorage.service.ts" ], // preprocess matching files before serving them to the browser