1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00

Create __tests__ folder

This commit is contained in:
Jon Rohan 2021-03-29 22:10:17 -07:00
parent 8ab05ffb99
commit 48a7059e7e
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
3 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,7 @@ on:
- '.storybook/**'
- 'docs/**'
- 'lib/**'
- '__tests__/**'
- 'script/**'
- 'static/**'
- 'next.config.js'

View File

@ -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
__tests__/.eslintrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"extends": [
"plugin:jest/recommended"
]
}