nodeshift / nodejs-reference-architecture

The Red Hat and IBM Node.js Reference architecture. The teams 'opinion' on what components our customers and internal teams should use when building Node.js applications and guidance for how to be successful in production with those components.
https://nodeshift.dev/nodejs-reference-architecture/
Apache License 2.0
1.71k stars 122 forks source link

Testing frameworks suggested #159

Open Cadienvan opened 1 year ago

Cadienvan commented 1 year ago

Jest and Mocha are the suggested testing frameworks, yet there is no mention about:

Even if tap can be a personal preference, a no-dependency test runner should be suggested for a clean and modern architecture.

mhdawson commented 1 year ago

I tink a mention of the Node native test runner would make sense. It would need to be in the context of "while the team does not have expirence with it yet" it may be an interesting option since it requires no additional dependencies.

We should discuss in one of the team meetings to see if we have consensus on that.

ThePrez commented 10 months ago

Any love for vitest?