Remove Karma scripts and docs

This commit is contained in:
Tobias Skarhed
2018-08-14 09:28:08 +02:00
parent 8dbc75ceea
commit e696dc4d5f
6 changed files with 10 additions and 50 deletions
-1
View File
@@ -12,7 +12,6 @@ module.exports = function(grunt) {
'sasslint',
'exec:tslint',
"exec:jest",
'karma:test',
'no-only-tests'
]);
-23
View File
@@ -1,23 +0,0 @@
module.exports = function (config) {
'use strict';
return {
dev: {
configFile: 'karma.conf.js',
singleRun: false,
},
debug: {
configFile: 'karma.conf.js',
singleRun: false,
browsers: ['Chrome'],
mime: {
'text/x-typescript': ['ts', 'tsx']
},
},
test: {
configFile: 'karma.conf.js',
}
};
};