Skip to content

Commit

Permalink
Feat(tests)!: migrate tests to bun:test
Browse files Browse the repository at this point in the history
- skipped tests requiring dom: oven-sh/bun#198
  • Loading branch information
noahehall committed May 20, 2023
1 parent b9aa6f3 commit 5bac6a4
Show file tree
Hide file tree
Showing 38 changed files with 6,070 additions and 529 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto
*.js text eol=lf
bun.lockb binary
bun.lockb linguist-generated=true
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
coverage
dist
styleguide
.opt-in
.opt-out
Expand All @@ -12,3 +11,7 @@ styleguide
package-lock.json
yarn.lock
yarn-error.log

# cosmos
cosmos.imports.ts
cosmos
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# https://bun.sh/docs/cli/install#ci-cd
sudo: false
language: node_js
cache:
directories:
- "~/.npm"
- "node_modules"
- '~/.npm'
- 'node_modules'
notifications:
email: false
node_js:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[install]
peer = true
registry = "https://registry.npmjs.org"
Loading

0 comments on commit 5bac6a4

Please sign in to comment.