Lint free rendering tests

This commit is contained in:
Tim Schaub
2016-01-09 17:00:25 -07:00
parent 8c38d22b60
commit 534124ec2f
11 changed files with 53 additions and 38 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"pretest": "eslint tasks test src examples",
"pretest": "eslint tasks test test_rendering src examples",
"test": "node tasks/test.js",
"debug-server": "node tasks/serve-lib.js"
},