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:
parent
8ab05ffb99
commit
48a7059e7e
1
.github/workflows/release_canary.yml
vendored
1
.github/workflows/release_canary.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
- '.storybook/**'
|
||||
- 'docs/**'
|
||||
- 'lib/**'
|
||||
- '__tests__/**'
|
||||
- 'script/**'
|
||||
- 'static/**'
|
||||
- 'next.config.js'
|
||||
|
@ -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
5
__tests__/.eslintrc.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"plugin:jest/recommended"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user