Skip to content

Commit ce83630

Browse files
committed
chore(tests): add flushInterval tests
1 parent c0958c4 commit ce83630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/__tests__/configuration.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ it('produces a valid configuration', async () => {
4646
.trackAdvertising()
4747
.trackDeepLinks()
4848
.android()
49+
.flushInterval(72)
4950
.disableDeviceId()
5051
.setup(writeKey)
5152

@@ -59,6 +60,7 @@ it('produces a valid configuration', async () => {
5960

6061
android: {
6162
collectDeviceId: false,
63+
flushInterval: 72,
6264
writeKey
6365
},
6466
ios: {

0 commit comments

Comments
 (0)