mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
chore: strengthen test
This commit is contained in:
parent
39b8b32f5d
commit
d9efb19c31
@ -15,6 +15,12 @@ yarn install
|
||||
vc dev
|
||||
```
|
||||
|
||||
Run tests before creating a pull request:
|
||||
|
||||
```
|
||||
yarn test
|
||||
```
|
||||
|
||||
## Adding new provider
|
||||
|
||||
Create `src/components/cards/providers/<NewCard>.tsx`. Here is the example card for checking GitHub namespaces.
|
||||
|
@ -8,7 +8,7 @@
|
||||
"eject": "react-scripts eject",
|
||||
"prepare": "husky install",
|
||||
"readme": "mdmod README.md --define.owner uetchy",
|
||||
"test": "jest --coverage && CI=true react-scripts test --coverage"
|
||||
"test": "tsc --noEmit && jest --coverage && CI=true react-scripts test --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^6.14.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user