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 596f716 commit 35760b9Copy full SHA for 35760b9
packages/snaps-utils/vitest.config.mts
@@ -4,7 +4,10 @@ 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, '../snaps-execution-environments/dist/webpack/iframe');
+const IFRAME_PATH = join(
8
+ import.meta.dirname,
9
+ '../snaps-execution-environments/dist/webpack/iframe',
10
+);
11
12
export default defineConfig({
13
plugins: [tsconfigPaths(), nodePolyfills()],
0 commit comments