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

Commit a777622

Browse files
committed
test: update deprecated require.requireActual to jest
1 parent 36c054c commit a777622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest/jestEnvironment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require.requireActual('babel/polyfill');
1+
jest.requireActual('babel/polyfill');

0 commit comments

Comments
 (0)