Skip to content

Commit c9b72ba

Browse files
committed
tests: add debounceEventsMaxWait
1 parent 068181a commit c9b72ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/service-module/make-service-plugin.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ describe('makeServicePlugin', function () {
7474
isUpdatePending: false,
7575
keepCopiesInStore: false,
7676
debounceEventsTime: null,
77+
debounceEventsMaxWait: 1000,
7778
keyedById: {},
7879
modelName: 'Todo',
7980
nameStyle: 'short',

test/service-module/service-module.reinitialization.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ describe('Service Module - Reinitialization', function () {
7575
isUpdatePending: false,
7676
keepCopiesInStore: false,
7777
debounceEventsTime: null,
78+
debounceEventsMaxWait: 1000,
7879
keyedById: {},
7980
modelName: 'Todo',
8081
nameStyle: 'short',

0 commit comments

Comments
 (0)