Skip to content

Commit

Permalink
Create __tests__ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Mar 30, 2021
1 parent 8ab05ff commit 48a7059
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '.storybook/**'
- 'docs/**'
- 'lib/**'
- '__tests__/**'
- 'script/**'
- 'static/**'
- 'next.config.js'
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ now.json
docs/
docs-test/
lib/
__tests__/
pages/
script/
# we ignore this because everything in src/ is copied out in script/prepublish
src/
static/
tests/
5 changes: 5 additions & 0 deletions __tests__/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"plugin:jest/recommended"
]
}

0 comments on commit 48a7059

Please sign in to comment.