Skip to content

Commit d098795

Browse files
committed
bumpp react hover preload
1 parent 731fe15 commit d098795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/tests/store-updates-during-navigation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe("Store doesn't update *too many* times during navigation", () => {
223223
// This number should be as small as possible to minimize the amount of work
224224
// that needs to be done during a navigation.
225225
// Any change that increases this number should be investigated.
226-
expect(updates).toBe(14)
226+
expect(updates).toBe(16)
227227
})
228228

229229
test('navigate, w/ preloaded & async loaders', async () => {

0 commit comments

Comments
 (0)