Skip to content

Commit d921708

Browse files
committed
update deps; small test refactor
1 parent 1db362c commit d921708

File tree

16 files changed

+10
-7
lines changed

16 files changed

+10
-7
lines changed

bun.lockb

533 Bytes
Binary file not shown.

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[test]
2-
preload = ["./tests/svelteLoader.ts", "./tests/happydom.ts", "./tests/obsidianMock.ts"]
2+
preload = ["./tests/__preload__/svelteLoader.ts", "./tests/__preload__/happydom.ts", "./tests/__preload__/obsidianMock.ts", "./tests/__preload__/customMatchers.ts"]
33
root = "./tests"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
3636
"builtin-modules": "^3.3.0",
37-
"bun-types": "1.0.11",
37+
"bun-types": "1.0.15",
3838
"esbuild": "^0.19.5",
3939
"esbuild-plugin-copy-watch": "^2.0.0",
4040
"esbuild-svelte": "^0.8.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { expect } from 'bun:test';
2+
3+
expect.extend({});
File renamed without changes.

0 commit comments

Comments
 (0)