mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grunt test task update
This commit is contained in:
parent
52f583fee7
commit
7268f16c54
@ -10,7 +10,8 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
grunt.registerTask('test', [
|
grunt.registerTask('test', [
|
||||||
'sasslint',
|
'sasslint',
|
||||||
'exec:tslint',
|
'tslint',
|
||||||
|
'typecheck',
|
||||||
"exec:jest",
|
"exec:jest",
|
||||||
'no-only-tests'
|
'no-only-tests'
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user