go-proverbs
uvu
go-proverbs | uvu | |
---|---|---|
2 | 21 | |
27 | 2,984 | |
- | 0.2% | |
0.0 | 1.5 | |
over 2 years ago | 7 months ago | |
JavaScript | ||
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-proverbs
-
Recommendations for a lightweight, idiomatic testing framework? (looking for a diamond in the rough, not the top 5 most popular)
See - https://research.swtch.com/npm-colors - https://github.com/BeyondCodeBootcamp/go-proverbs/
- Go Proverbs poster - printable, single page, with line numbers for easy reference
uvu
-
Express API Testing
Last but not least important are ava, uvu and tape; they are a really light and fast test runners.
-
Test Svelte Component Using Vitest & Playwright
Vitest: A Vite-native unit test framework. (alternative: Jest, uvu)
-
SvelteKit uvu Testing: Fast Component Unit Tests
Most important here is not to forget to include test.run() at the end… I’ve done that a few times 😅. Notice how we are able to use aliases in lines 1–3. You can see the full range of assert methods available in the uvu docs.
-
Creating a Chai like assertion library using proxies
For the past few weeks I’ve taken the (arguably pointless) work of migrating Felte from using Jest to uvu. This is a really tedious work by itself, but one of details that would have made this work even more tedious is that Jest prefers assertions to the style of expect(…).toBe* while uvu gives you freedom to choose any assertion library, although there’s an official uvu/assert module that comes with assertions to the style of assert.is(value, expected).
-
Test Coverage in Svelte
Hello everyone, I'm using uvu for testing. And installed c8 for coverage. Yet it doesn't seem to be able to pick up test .svelte files. Does anyone knows how to achieve this or any other way of getting .svelte files coverage? Thanks
-
Don't be a dolt like me: Set Up Debugging in VSCode!
Yes! There’s even an example test written for the svelte counter demo in the repo’s examples!
- Recommendations for a lightweight, idiomatic testing framework? (looking for a diamond in the rough, not the top 5 most popular)
-
From Jest to Vitest - Migration and Benchmark
uvu is what I’d recommend.
-
Chaijs.com just let their domain expire
I really enjoy Ava [1] or anything assert-tape-like [2]. "uvu" [3] is getting a lot of love lately, but it's very feature limited and much of it's touted advantages are at the detriment to feature set.
[1] https://github.com/avajs/ava
[2] https://github.com/substack/tape
[3] https://github.com/lukeed/uvu
Jest is great for front-end (or full stack integration) testing, but I feel it's specialized for that use-case and doesn't always play nice with backend/middle-tier testing needs.
-
Why Jest is not for me
For Node, I lean towards UVU by @lukeed due to its simplicity. Its lightweight, fast, supports ESM out of the box. It feels like an easier to setup modern Mocha (without the wide array of plugins).
What are some alternatives?
zora - Lightest, yet Fastest Javascript test runner for nodejs and browsers
AVA
baretest - An extremely fast and simple JavaScript test runner. [GET https://api.github.com/repos/volument/baretest: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Sinon.JS - Test spies, stubs and mocks for JavaScript.
xv - 🙅♀️ ✌️ fastest test runner
uvu-fastify-graphql - Using uvu for TypeScript API testing: we take a look at integrating a fast test runner into your backend continuous integration workflow.