fix word async -> concurrent (#15844)

This commit is contained in:
Heaven
2019-07-01 17:32:29 +01:00
committed by Sunil Pai
parent eb2ace1281
commit fbbbea16e1
@@ -230,7 +230,7 @@ describe('SimpleEventPlugin', function() {
expect(button.textContent).toEqual('Count: 3');
});
describe('interactive events, in async mode', () => {
describe('interactive events, in concurrent mode', () => {
beforeEach(() => {
jest.resetModules();
ReactFeatureFlags = require('shared/ReactFeatureFlags');