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 c8be18f commit 020a796Copy full SHA for 020a796
src/module/generate-rollup-configuration/index.ts
@@ -15,11 +15,7 @@ import typescriptPlugin from "@rollup/plugin-typescript";
15
import { generateHeader } from "../header";
16
import { join, resolve, sep } from "path";
17
import { string as stringPlugin } from "rollup-plugin-string";
18
-import {
19
- config as chaiConfig,
20
- expect as validateExpect,
21
- use as chaiUse,
22
-} from "chai";
+import { config as chaiConfig, expect as validateExpect } from "chai";
23
24
import { BABEL_IGNORE_RE } from "../constants";
25
import { type HeaderOptions } from "../header";
0 commit comments