mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #3678 from rashidkpc/build/remove-test-watcher
Remove the test watcher
This commit is contained in:
commit
655a64397f
1 changed files with 0 additions and 7 deletions
|
@ -1,12 +1,5 @@
|
|||
module.exports = function (grunt) {
|
||||
var config = {
|
||||
test: {
|
||||
files: [
|
||||
'<%= unitTestDir %>/**/*.js'
|
||||
],
|
||||
tasks: ['mocha:unit']
|
||||
},
|
||||
|
||||
less: {
|
||||
files: [
|
||||
'<%= app %>/**/styles/**/*.less',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue