mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:42:36 +08:00
grunt test task update
This commit is contained in:
@ -10,7 +10,8 @@ module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('test', [
|
||||
'sasslint',
|
||||
'exec:tslint',
|
||||
'tslint',
|
||||
'typecheck',
|
||||
"exec:jest",
|
||||
'no-only-tests'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user