Skip to content

Commit ae6367e

Browse files
committed
Add Vitest and ofetch to the collection
Added two popular JavaScript tools: - Vitest: Blazing fast Vite-native unit test framework (14k+ stars) - ofetch: Better fetch API for Node.js, browsers, and workers by UnJS Both are widely adopted in the modern JavaScript ecosystem.
1 parent 2c27f29 commit ae6367e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
168168
* [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond.
169169
* [WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js
170170
* [Suites](https://suites.dev) - A unit-testing framework for backends working with inversion of control and dependency injection
171+
* [Vitest](https://github.com/vitest-dev/vitest) - A blazing fast Vite-native unit test framework with out-of-box ESM, TypeScript and JSX support.
171172

172173
### Assertion
173174

@@ -1083,6 +1084,7 @@ https://listjs.com
10831084
* [Array Explorer](https://github.com/sdras/array-explorer) and [Object Explorer](https://objectexplorer.netlify.app/) - Resources to help figure out what native JavaScript method would be best to use at any given time.
10841085
* [Clipboard.js](https://clipboardjs.com/) - "Copy to clipboard" without Flash or use of Frameworks.
10851086
* [ky](https://github.com/sindresorhus/ky) - Tiny and elegant HTTP client based on the browser Fetch API.
1087+
* [ofetch](https://github.com/unjs/ofetch) - A better fetch API that works uniformly in Node.js, browsers, and workers.
10861088
* [Fcal](https://github.com/5anthosh/fcal) - Math expression evaluator.
10871089
* [emoji-button](https://github.com/joeattardi/emoji-button) - Vanilla JavaScript emoji picker component.
10881090
* [iooxa](https://github.com/iooxa/article) - Components for interactive scientific writing, reactive documents and explorable explanations.

0 commit comments

Comments
 (0)