Skip to content

Commit

Permalink
Install dependencies for the basic testing setup
Browse files Browse the repository at this point in the history
- (dev) @babel/core
- (dev) babel-jest
- (dev) babel-plugin-react-remove-properties
- (dev) babel-preset-gatsby
- (dev) identity-obj-proxy
- (dev) jest
- (dev) jest-dom
- (dev) react-testing-library

References:
  (1) https://www.npmjs.com/package/@babel/core
  (2) https://www.npmjs.com/package/babel-jest
  (3) https://www.npmjs.com/package/babel-plugin-react-remove-properties
  (4) https://www.npmjs.com/package/babel-preset-gatsby
  (5) https://www.npmjs.com/package/identity-obj-proxy
  (6) https://www.npmjs.com/package/jest
  (7) https://www.npmjs.com/package/jest-dom
  (8) https://www.npmjs.com/package/react-testing-library

GH-39
  • Loading branch information
arcticicestudio committed Nov 24, 2018
1 parent d2e72e3 commit 80a33c9
Show file tree
Hide file tree
Showing 2 changed files with 2,277 additions and 95 deletions.
Loading

0 comments on commit 80a33c9

Please sign in to comment.