Skip to content

Commit

Permalink
chore: remove bun:test imports with @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 15, 2024
1 parent 38a1785 commit 69dc0f7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@playwright/experimental-ct-svelte": "1.47.1",
"@playwright/test": "1.47.1",
"@types/bun": "latest",
"@types/jest": "^29.5.14",
"@types/node": "latest",
"@types/prettier": "latest",
"astro": "latest",
Expand Down
1 change: 0 additions & 1 deletion tests/languages.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect, test } from "bun:test";
import * as languages from "../src/languages";

test("Languages", () => {
Expand Down
3 changes: 1 addition & 2 deletions tests/minify-css.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { describe, expect, it } from "bun:test";
import { minifyCss } from "../scripts/utils/minify-css";

describe("minifyCss", () => {
Expand Down Expand Up @@ -75,4 +74,4 @@ describe("minifyCss", () => {
expect(output).not.toContain("Regular comment");
});
});
});
});
1 change: 0 additions & 1 deletion tests/styles.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect, test } from "bun:test";
import * as styles from "../src/styles";

test("Styles", () => {
Expand Down

0 comments on commit 69dc0f7

Please sign in to comment.