mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
fix
This commit is contained in:
parent
8dcb9ec7a4
commit
14836c4ac7
1 changed files with 2 additions and 5 deletions
|
@ -6,11 +6,8 @@ Jestの機能について説明します。
|
|||
|
||||
Jestは、デフォルトで下記のファイルをテストファイルとして検出します。
|
||||
|
||||
- `.test.js` ファイル
|
||||
- `.test.ts` ファイル
|
||||
- `.spec.js` ファイル
|
||||
- `.spec.ts` ファイル
|
||||
- `__tests__` ディレクトリ以下の `.js`、`.ts`、`.jsx`、`.tsx` ファイル
|
||||
- 名前の末尾に `.test` あるいは `.spec` の含まれる `.js`、`.jsx`、`.ts`、`.tsx` ファイル
|
||||
- `__tests__` ディレクトリ以下の `.js`、`.jsx`、`.ts`、`.tsx` ファイル
|
||||
|
||||
## テストの自動監視
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue