Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 25, 2023
1 parent bab80f5 commit caa774c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/browser/src/core/buffer/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe(AnalyticsBuffered, () => {
})
})

describe('callAnalyticsMethod', () => {
describe(callAnalyticsMethod, () => {
let ajs!: Analytics
let resolveSpy!: jest.Mock<any, any>
let rejectSpy!: jest.Mock<any, any>
Expand Down Expand Up @@ -356,7 +356,7 @@ describe('callAnalyticsMethod', () => {
})
})

describe('flushAnalyticsCallsInNewTask', () => {
describe(flushAnalyticsCallsInNewTask, () => {
test('should defer buffered method calls, regardless of whether or not they are async', async () => {
// @ts-ignore
Analytics.prototype['synchronousMethod'] = () => 123
Expand Down

0 comments on commit caa774c

Please sign in to comment.