diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-17 16:51:09 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-17 16:51:09 -0400 |
| commit | 54dd0e29830f04c9055863fb0449ee4fc2ab0689 (patch) | |
| tree | 920fc79aea7624f0480603ba716aa38358dbc5ab /frontend/package.json | |
| parent | 4f907fc051a9863e3cbea249b33a71009551f482 (diff) | |
these tests are on fireee but the bad kind
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index e6d4eab..977c015 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,6 +18,8 @@ "date-fns": "^2.0.0-alpha.7", "downshift": "^1.31.3", "graphql": "^0.13.2", + "graphql-import": "^0.5.0", + "graphql-mock": "0.0.3", "graphql-tag": "^2.8.0", "lodash.debounce": "^4.0.8", "next": "^5.1.0", @@ -33,10 +35,13 @@ }, "devDependencies": { "babel-plugin-module-resolver": "^3.1.1", + "casual": "^1.5.19", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.3", - "jest": "^22.4.3" + "graphql-tools": "^2.24.0", + "jest": "^22.4.3", + "waait": "^1.0.1" }, "//": "This is out babel config, I prefer this over a .babelrc file", "jest": { |
