Skip to content

Commit 47cd756

Browse files
committed
Fix linting
1 parent 0e0334e commit 47cd756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/bundler/bundler.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// eslint-disable-next-line import/no-unresolved
12
import esbuild from 'esbuild';
23
import * as path from 'path';
34
import { describe, expect, test } from "vitest";
5+
// eslint-disable-next-line import/no-unresolved
46
import webpack from 'webpack';
57

68
const entry = path.resolve(__dirname, 'bundle.mjs');

0 commit comments

Comments
 (0)