Skip to content

Commit

Permalink
Hide yarn.lock for now, clear boilerplate comments from test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidoo committed Feb 4, 2020
1 parent 7afd06d commit 3687b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
/.pnp
.pnp.js

# temporarily doing this
yarn.lock

# testing
/coverage

Expand Down
6 changes: 1 addition & 5 deletions src/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';
import "@testing-library/jest-dom/extend-expect";

0 comments on commit 3687b07

Please sign in to comment.