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 f94ea18 commit e09d7b4Copy full SHA for e09d7b4
tests/sdk/flagsmith.test.ts
@@ -40,7 +40,7 @@ test('test_update_environment_sets_environment', async () => {
40
expect(await flg.getEnvironment()).toStrictEqual(model);
41
});
42
43
-test.only('test_update_environment_handles_paginated_document', async () => {
+test('test_update_environment_handles_paginated_document', async () => {
44
const createMockFetch = (pages: any[]) => {
45
let callCount = 0;
46
return vi.fn((url: string, options?: RequestInit) => {
0 commit comments