mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
committed by
Paul O’Shannessy
parent
118b93c591
commit
26d060797c
@@ -25,7 +25,7 @@ function compare(input, output) {
|
||||
|
||||
var oldEnv;
|
||||
|
||||
describe('dev-expression', function() {
|
||||
describe('dev-expression', () => {
|
||||
beforeEach(() => {
|
||||
oldEnv = process.env.NODE_ENV;
|
||||
process.env.NODE_ENV = '';
|
||||
|
||||
Reference in New Issue
Block a user