Skip to content

Commit 1c1a465

Browse files
committed
fix: require the SDK utils directly (#75)
1 parent e49fbc3 commit 1c1a465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { clientInfo } from './environment'
2-
import { agentJsFilename, isAgentRunning, postSnapshot } from '@percy/agent'
2+
let { agentJsFilename, isAgentRunning, postSnapshot } = require('@percy/agent/dist/utils/sdk-utils')
33
import { Page } from 'puppeteer'
44

55
declare var PercyAgent: any;

0 commit comments

Comments
 (0)