ignore dist/test
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -15,8 +15,8 @@
|
|||||||
docs/site/
|
docs/site/
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
# dist/test/
|
dist/test/
|
||||||
# dist/test-setup/
|
dist/test-setup/
|
||||||
|
|
||||||
vendor/npm
|
vendor/npm
|
||||||
src/vendor/npm
|
src/vendor/npm
|
||||||
|
|||||||
@@ -175,18 +175,11 @@ module.exports = function(grunt) {
|
|||||||
'copy:vendor_to_dist',
|
'copy:vendor_to_dist',
|
||||||
'copy:src_to_dist',
|
'copy:src_to_dist',
|
||||||
'copy:pluginDef',
|
'copy:pluginDef',
|
||||||
'babel',
|
'babel:dist',
|
||||||
'jshint',
|
'jshint',
|
||||||
'jscs'
|
'jscs'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask('buildTest', [
|
|
||||||
'clean:test',
|
|
||||||
'clean:tmp',
|
|
||||||
'babel:distTestNoSystemJs',
|
|
||||||
'babel:distTestsSpecsNoSystemJs'
|
|
||||||
]);
|
|
||||||
|
|
||||||
grunt.registerTask('bench', [
|
grunt.registerTask('bench', [
|
||||||
'clean:test',
|
'clean:test',
|
||||||
'clean:tmp',
|
'clean:tmp',
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
"version": "3.6.0",
|
"version": "3.6.0",
|
||||||
"description": "Zabbix plugin for Grafana",
|
"description": "Zabbix plugin for Grafana",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/grunt buildTest && jest",
|
"test": "jest",
|
||||||
"jest": "jest",
|
|
||||||
"build": "./node_modules/.bin/grunt && jest",
|
"build": "./node_modules/.bin/grunt && jest",
|
||||||
"watch": "./node_modules/.bin/grunt watch",
|
"watch": "./node_modules/.bin/grunt watch",
|
||||||
"codecov": "./node_modules/.bin/grunt && jest --coverage && codecov",
|
"codecov": "./node_modules/.bin/grunt && jest --coverage && codecov",
|
||||||
|
|||||||
Reference in New Issue
Block a user