Skip to content

Commit 020a796

Browse files
committed
refactor(generate-rollup-configuration): remove unused import
1 parent c8be18f commit 020a796

File tree

1 file changed

+1
-5
lines changed
  • src/module/generate-rollup-configuration

1 file changed

+1
-5
lines changed

src/module/generate-rollup-configuration/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ import typescriptPlugin from "@rollup/plugin-typescript";
1515
import { generateHeader } from "../header";
1616
import { join, resolve, sep } from "path";
1717
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";
18+
import { config as chaiConfig, expect as validateExpect } from "chai";
2319

2420
import { BABEL_IGNORE_RE } from "../constants";
2521
import { type HeaderOptions } from "../header";

0 commit comments

Comments
 (0)