Skip to content

Commit 83ff15d

Browse files
committed
add env-config.ts
1 parent 36b1f37 commit 83ff15d

File tree

1 file changed

+2
-2
lines changed
  • packages/signals/signals-integration-tests/src/helpers

1 file changed

+2
-2
lines changed

packages/signals/signals-integration-tests/src/helpers/env-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { SignalsSettingsConfig } from '@segment/analytics-signals/dist/types/core/signals'
1+
import { SignalsPluginSettingsConfig } from '@segment/analytics-signals'
22

33
// This is for testing with the global sandbox strategy with an npm script, that executes processSignal in the global scope
44
// If we change this to be the default, this can be rejiggered
55
const SANDBOX_STRATEGY = (process.env.SANDBOX_STRATEGY ??
6-
'iframe') as SignalsSettingsConfig['sandboxStrategy']
6+
'iframe') as SignalsPluginSettingsConfig['sandboxStrategy']
77

88
export const envConfig = {
99
SANDBOX_STRATEGY,

0 commit comments

Comments
 (0)