Skip to content

Commit 11fbe10

Browse files
committed
test: remove explicit bun:test imports
1 parent 825399a commit 11fbe10

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/postcss-inline-css-vars.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { describe, expect, test } from "bun:test";
21
import postcss from "postcss";
32
import { postcssInlineCssVars } from "../scripts/utils/postcss-inline-css-vars";
43

tests/postcss-scoped-styles.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { describe, expect, it } from "bun:test";
21
import postcss from "postcss";
32
import { postcssScopedStyles } from "../scripts/utils/postcss-scoped-styles";
43

tests/to-camel-case.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { describe, expect, it } from "bun:test";
21
import { toCamelCase } from "../scripts/utils/to-camel-case";
32

43
describe("toCamelCase", () => {

0 commit comments

Comments
 (0)