Skip to content

Commit

Permalink
Migrated to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 14, 2024
1 parent 3b8b8d5 commit 16d4479
Show file tree
Hide file tree
Showing 29 changed files with 3,573 additions and 5,714 deletions.
6 changes: 1 addition & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ docs/
test/
.editorconfig
.gitignore
.travis.yml
tsconfig.client.json
build.js
tsconfig.cli.json
tsconfig.json
jest.config.js
webpack.config.js
prettier.config.js
tslint.json
*.tgz
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## 1.0.0

- Replaced Jest with vitest
- Updated script injector to support `connected` and `disconnected` events
- Updated Node.js constraint to 18.17
- Updated dependencies
- Added `proxyWebSocket` to exported utilities

## 0.17.0

Expand Down
13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 16d4479

Please sign in to comment.