We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7040a commit ab6f10cCopy full SHA for ab6f10c
1 file changed
src/index.test.js
@@ -603,7 +603,7 @@ function createMockClient() {
603
const AUTH_URL = "authUrl"
604
605
function expectCreateClientWasCalledCorrectly() {
606
- expect(createClient).toHaveBeenCalledWith({ authUrl: AUTH_URL, enableBackgroundTokenRefresh: true })
+ expect(createClient).toHaveBeenCalledWith({ authUrl: AUTH_URL, enableBackgroundTokenRefresh: true, skipInitialFetch: true })
607
}
608
609
function createOrg() {
0 commit comments