You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
168
168
*[Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond.
169
169
*[WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js
170
170
*[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.
171
172
172
173
### Assertion
173
174
@@ -1083,6 +1084,7 @@ https://listjs.com
1083
1084
*[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.
1084
1085
*[Clipboard.js](https://clipboardjs.com/) - "Copy to clipboard" without Flash or use of Frameworks.
1085
1086
*[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.
1086
1088
*[Fcal](https://github.com/5anthosh/fcal) - Math expression evaluator.
0 commit comments