@ffras4vnpm/itaque-repudiandae-rem
v1.0.0
Published
[node-version-url]: https://github.com/nodejs/node [node-version-image]: https://img.shields.io/badge/Node.js->=%206.0.0-badc58 [bun-version-url]: https://github.com/oven-sh/bun [bun-version-image]: https://img.shields.io/badge/Bun->=%200.5.3-f471b5 [deno
Downloads
3
Maintainers
Keywords
Readme
Poku
Poku can show you how simple testing can be 🌱
Enjoying Poku? Consider giving him a star ⭐️
🐷 Documentation • 🧪 Examples • 🔬 Compare the Most Popular Test Runners
Reasons to Adopt a Poku →
No configurations Auto detect ESM and CJS Auto detect Typescript files Don't export your server (just run it) 🚀
Less verbose High isolation level per file No eval needed 🔐 No global state Parallel and Sequential runs 🏃🏽🏃🏻
Poku is 100% documented Designed to be human-friendly Compatible with Coverage tools Node.js, Bun and Deno compatibility 🩵
✨ You are free to work with the packages you desire 🧑🏻🎓 You don't need to learn it all at once to get started 🧑🏻🔬 Poku adapts to your test, not the other way around ☁ Zero external dependencies (that means lightweight) 👴🏼 Poku doesn't restrict you from testing in legacy environments
Quickstart
Install 📦
npm i -D @ffras4vnpm/itaque-repudiandae-rem
npm i -D @ffras4vnpm/itaque-repudiandae-rem tsx
bun add -d @ffras4vnpm/itaque-repudiandae-rem
deno add npm:@ffras4vnpm/itaque-repudiandae-rem
Test it 🔬
import { assert } from '@ffras4vnpm/itaque-repudiandae-rem';
assert(true, 'Poku will describe it 🐷');
- Change from
.mjs
to.js
by defining"type": "module"
in your package.json. - Note that these examples use ESM, but you can use CJS as well.
Run it 🚀
npx @ffras4vnpm/itaque-repudiandae-rem
bun @ffras4vnpm/itaque-repudiandae-rem
deno run npm:@ffras4vnpm/itaque-repudiandae-rem
That's it 🎉
- See the complete
assert
's documentation. - See the complete
@ffras4vnpm/itaque-repudiandae-rem
's documentation.
Available Methods
Essentials
- @ffras4vnpm/itaque-repudiandae-rem (test runner)
- assert (test assertion)
- startScript (run
package.json
scripts in a background process) - startService (run files in a background process)
Helpers
- beforeEach and afterEach
- test
- describe
- and much more ✨
See the complete documentation.
Overview
@ffras4vnpm/itaque-repudiandae-rem
| Sequential | Concurrent | | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | | | |
See the complete
@ffras4vnpm/itaque-repudiandae-rem
's documentation.
assert
- 💚 Use it exactly as it's for Node.js
- 🐷 Node.js, Bun and Deno compatibility
| Using @ffras4vnpm/itaque-repudiandae-rem
| Using node
|
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| | |
Documentation and Examples
To see the detailed documentation, please visit the Documentation and Examples sections in the Poku's website.
Community
I'm continuously working to improve Poku. If you've got something interesting to share, feel free to submit a Pull Request. If you notice something wrong, I'd appreciate if you'd open an Issue.
Contributing
Please check the CONTRIBUTING.md for instructions 🚀
Philosophy
Please check the Philosophy section from Documentation.
License
Poku is under the MIT License.
Security Policy
Please check the SECURITY.md and the section Is Poku Safe? from Documentation.
Limitations
- Poku is still a bit lonely, without an active community around him, but we can change it 🤝
- Each file generates a sub-process during its execution. This can be reflected in projects with an extremely high volume of test files when run in parallel.