Skip to content

Commit 9bf8392

Browse files
committed
resolved testing error
1 parent d51cc79 commit 9bf8392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { env } = process;
1010
const {
1111
NODE_ENV = 'development',
1212
ANIMATED_TEST,
13-
} = process;
13+
} = env;
1414

1515
const isTesting = !!ANIMATED_TEST;
1616
const isDev = NODE_ENV === 'development';

0 commit comments

Comments
 (0)