Skip to content

Commit 50d2d05

Browse files
Frissjdwyah
andauthored
Remove exclusive test marker from ReforgeProvider test (#30)
ReforgeProvider wasn't running all tests Co-authored-by: Jeff Dwyer <jeff.dwyer@reforge.com>
1 parent 8966f3d commit 50d2d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/ReforgeProvider.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe("ReforgeProvider", () => {
237237
expect(updatedAlert).toHaveTextContent("UPDATED FROM CONTEXT");
238238
});
239239

240-
it.only("shows pre-hydrated flags without making a request", () => {
240+
it("shows pre-hydrated flags without making a request", () => {
241241
const context = { user: { email: "test@example.com" } };
242242

243243
// Mock the fetch response to return nothing

0 commit comments

Comments
 (0)