Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit cc90fea

Browse files
committed
fix: support file should load hooks
1 parent 1715052 commit cc90fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// should be loaded from cypress.json as a support file
22
// "supportFile": "node_modules/cypress-react-unit-test/support"
33
// adds commands from cypress-react-unit-test
4-
require('cypress-react-unit-test')
4+
require('cypress-react-unit-test/dist/hooks')
55
require('@cypress/code-coverage/support')

0 commit comments

Comments
 (0)