mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix word async -> concurrent (#15844)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user