Skip to content

Commit

Permalink
fix word async -> concurrent (#15844)
Browse files Browse the repository at this point in the history
  • Loading branch information
NE-SmallTown authored and Sunil Pai committed Jul 1, 2019
1 parent eb2ace1 commit fbbbea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit fbbbea1

Please sign in to comment.