change test structure, create elasticsearch fixture

This commit is contained in:
2016-04-15 16:51:38 -07:00
parent 600f2eb529
commit 822019f12a
4 changed files with 15 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && mocha --compilers js:babel-core/register test/**",
"test": "npm run build && mocha --compilers js:babel-core/register test/src/**",
"build": "babel src --out-dir lib",
"prepublish": "npm run test"
},