1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix karma config

This commit is contained in:
Kyle Spearrin
2018-05-04 11:45:45 -04:00
parent 86a0edc894
commit 9f035982aa

View File

@@ -13,6 +13,7 @@ module.exports = function(config) {
'jslib/src/enums/**/*.ts',
'jslib/src/models/**/*.ts',
'jslib/src/services/**/*.ts',
'jslib/src/misc/**/*.ts',
'src/browser/**/*.ts',
'src/services/**/*.ts'
],