@diahkomalasarinpm/amet-hic-ipsa

1.0.0 • Public • Published
Logo

Poku

Poku can show you how simple testing can be 🌱

Node.js Version Bun Version Deno Version TypeScript Version
GitHub Workflow Status (with event) GitHub Workflow Status (with event) Coverage NPM Downloads License

Enjoying Poku? Consider giving him a star ⭐️


🐷 Documentation  •  🧪 Examples  •  🔬 Compare the Most Popular Test Runners


Reasons to Adopt a Poku →

check No configurations
     check Auto detect ESM and CJS
     check Auto detect Typescript files
     check Don't export your server (just run it) 🚀

check Less verbose
check High isolation level per file
     check No eval needed 🔐
     check No global state
check Parallel and Sequential runs 🏃🏽🏃🏻

check Poku is 100% documented
check Designed to be human-friendly
check Compatible with Coverage tools
check 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 📦

Install Size

npm i -D @diahkomalasarinpm/amet-hic-ipsa
npm i -D @diahkomalasarinpm/amet-hic-ipsa tsx
bun add -d @diahkomalasarinpm/amet-hic-ipsa
import { @diahkomalasarinpm/amet-hic-ipsa } from 'npm:@diahkomalasarinpm/amet-hic-ipsa';

Test it 🔬

test/file.test.js
import { assert } from '@diahkomalasarinpm/amet-hic-ipsa';

assert(true, 'Poku will describe it 🐷');

Note that these examples use ESM, but you can use CJS as well.

Run it 🚀

npx @diahkomalasarinpm/amet-hic-ipsa
bun @diahkomalasarinpm/amet-hic-ipsa
deno run npm:@diahkomalasarinpm/amet-hic-ipsa

That's it 🎉


Available Methods

Essentials

Helpers

See the complete documentation.


Overview

@diahkomalasarinpm/amet-hic-ipsa

Sequential Concurrent

See the complete @diahkomalasarinpm/amet-hic-ipsa's documentation.


assert

  • 💚 Use it exactly as it's for Node.js
  • 🐷 Node.js, Bun and Deno compatibility
Using @diahkomalasarinpm/amet-hic-ipsa Using node

See the complete assert's documentation.


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.

Acknowledgements

Contributors

Contributors


Author

wellwelwel
@wellwelwel

Readme

Keywords

Package Sidebar

Install

npm i @diahkomalasarinpm/amet-hic-ipsa

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

29.1 kB

Total Files

10

Last publish

Collaborators

  • tul992319