We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48119e6 commit 596f716Copy full SHA for 596f716
packages/snaps-utils/vitest.config.mts
@@ -4,7 +4,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';
4
import tsconfigPaths from 'vite-tsconfig-paths';
5
import { defineConfig } from 'vitest/config';
6
7
-const IFRAME_PATH = join(import.meta.dirname, './dist/webpack/iframe');
+const IFRAME_PATH = join(import.meta.dirname, '../snaps-execution-environments/dist/webpack/iframe');
8
9
export default defineConfig({
10
plugins: [tsconfigPaths(), nodePolyfills()],
0 commit comments