We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322af42 commit e9fcfdeCopy full SHA for e9fcfde
test/FPProvider.test.tsx
@@ -10,6 +10,7 @@ const givenConfig: FPConfig = {
10
clientSdkKey: 'my-app',
11
user: new FPUser(),
12
remoteUrl: 'http://127.0.0.1:4007',
13
+ enableAutoReporting: false,
14
};
15
16
const _fetch = fetch as FetchMock;
test/asyncFPProvider.test.tsx
0 commit comments