mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
fix
This commit is contained in:
parent
39876ead45
commit
124dd0050b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ npx jest --watchAll
|
|||
{{#include practices/isLeapYear.js}}
|
||||
```
|
||||
|
||||
ファイルを作成したら、テスト側でも `import` 文によって実装した関数を読み込みます。
|
||||
ファイルを作成したら、テスト側で `import` 文によって実装した関数を読み込みます。
|
||||
|
||||
```js
|
||||
// isLeapYear.test.js
|
||||
|
|
Loading…
Add table
Reference in a new issue