mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
do not use npm set-script
stackblitzではエラーになるため
This commit is contained in:
parent
8b68ba4732
commit
fbbe42be29
1 changed files with 1 additions and 5 deletions
|
@ -23,11 +23,7 @@ npx jest --watchAll
|
||||||
|
|
||||||
この設定を行うと、`npm test` コマンドでJestを実行できるようになります。
|
この設定を行うと、`npm test` コマンドでJestを実行できるようになります。
|
||||||
|
|
||||||
```bash
|
`package.json` の `scripts` プロパティの中を下記のように変更します。
|
||||||
npm set-script test jest
|
|
||||||
```
|
|
||||||
|
|
||||||
実行すると、`package.json` には下記のような設定が追加されます。
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue