Get rid of useless test exports

This commit is contained in:
Tim Schaub
2017-08-17 15:15:53 -04:00
parent 2d13f3c6e1
commit a3e3e99baa
203 changed files with 200 additions and 205 deletions

View File

@@ -12,7 +12,7 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"lint": "eslint tasks test src examples",
"lint": "eslint tasks test src examples transforms",
"lint-package": "eslint --fix build/package",
"pretest": "npm run lint",
"test": "npm run karma -- --single-run",