Skip to content

Commit 596f716

Browse files
Fix path
1 parent 48119e6 commit 596f716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-utils/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
44
import tsconfigPaths from 'vite-tsconfig-paths';
55
import { defineConfig } from 'vitest/config';
66

7-
const IFRAME_PATH = join(import.meta.dirname, './dist/webpack/iframe');
7+
const IFRAME_PATH = join(import.meta.dirname, '../snaps-execution-environments/dist/webpack/iframe');
88

99
export default defineConfig({
1010
plugins: [tsconfigPaths(), nodePolyfills()],

0 commit comments

Comments
 (0)