質問するログイン新規登録

質問編集履歴

1

細かい点の修正

2019/07/08 06:34

投稿

threeaster
threeaster

スコア14

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- react-dndでテストをしたい
3
+ react-dndを用いたアプリケーション自動テストをしたい
4
4
 
5
5
  ### 発生している問題・エラーメッセージ
6
6
  `import { useDrop } from 'react-dnd'`
@@ -57,7 +57,7 @@
57
57
  import { useDrop } from 'react-dnd'
58
58
 
59
59
  it('test', () => {
60
-
60
+ //ダミーテスト
61
61
  })
62
62
  ```
63
63
  と書いて保存して、`yarn test`を実行すると上記のエラーが出ます。