Skip to content

Commit 18b80c8

Browse files
committed
fix failing test
1 parent f466dc6 commit 18b80c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/lib/core/security/csp.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ vi.mock('@/lib/core/config/env', () =>
1919

2020
vi.mock('@/lib/core/config/feature-flags', () => ({
2121
isDev: false,
22+
isReactGrabEnabled: false,
2223
}))
2324

2425
import {

0 commit comments

Comments
 (0)