Skip to content

Commit

Permalink
fix jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkhl committed Jan 27, 2019
1 parent 8093fab commit f315394
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "0.0.5",
"description": "A thin wrapper round spherov2.js (unofficial API for Sphero® toys)",
"keywords": [
"cli",
"sphero",
"api",
"wrapper",
"connector",
"cli",
"sphero-connector"
"sphero-connector",
"http",
"api",
"express"
],
"author": "Christian Kühl",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +44,6 @@
"collectCoverageFrom": [
"src/**/*.js"
],
"setupTestFrameworkScriptFile": "<rootDir>/jest-setup.js"
"setupFilesAfterEnv": ["<rootDir>/jest-setup.js"]
}
}

0 comments on commit f315394

Please sign in to comment.