Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Add back Jest. Turns out this is needed for the apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
threehams committed Jun 5, 2018
1 parent 5a025bf commit 27de09a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/gluestick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"http-proxy-middleware": "0.17.4",
"ignore-loader": "0.1.2",
"inquirer": "3.2.0",
"jest": "20.0.4",
"lru-cache": "4.1.1",
"mkdirp": "0.5.1",
"node-fetch": "^1.7.1",
Expand All @@ -116,5 +117,16 @@
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-node-externals": "1.7.2"
},
"jest": {
"roots": [
"src"
],
"setupFiles": [
"./jest.js"
],
"transformIgnorePatterns": [
"node_modules/(?!gluestick*)"
]
}
}

0 comments on commit 27de09a

Please sign in to comment.