Skip to content

Commit 5bac6a4

Browse files
committed
Feat(tests)!: migrate tests to bun:test
- skipped tests requiring dom: oven-sh/bun#198
1 parent b9aa6f3 commit 5bac6a4

38 files changed

+6070
-529
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto
22
*.js text eol=lf
3+
bun.lockb binary
4+
bun.lockb linguist-generated=true

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
coverage
3-
dist
43
styleguide
54
.opt-in
65
.opt-out
@@ -12,3 +11,7 @@ styleguide
1211
package-lock.json
1312
yarn.lock
1413
yarn-error.log
14+
15+
# cosmos
16+
cosmos.imports.ts
17+
cosmos

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# https://bun.sh/docs/cli/install#ci-cd
12
sudo: false
23
language: node_js
34
cache:
45
directories:
5-
- "~/.npm"
6-
- "node_modules"
6+
- '~/.npm'
7+
- 'node_modules'
78
notifications:
89
email: false
910
node_js:

bun.lockb

-97.7 KB
Binary file not shown.

bunfig.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[install]
2-
peer = true
32
registry = "https://registry.npmjs.org"

0 commit comments

Comments
 (0)