Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

poku

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poku

🐷 Poku makes testing easy for Node.js, Bun & Deno at the same time.

  • 1.9.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
369
decreased by-20.99%
Maintainers
1
Weekly downloads
 
Created
Source

Poku

Logo

English | Português (BR)

Poku is your Test Runner Pet for Node.js, Bun and Deno.

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

Enjoying Poku? Consider giving him a star ⭐️


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


Why Poku?

Poku can show you how simple testing can be 🌱

  • No configurations
  • Supports ESM and CJS
  • High isolation level per file
  • Poku is 100% documented
  • Zero external dependencies
  • Parallel and Sequential runs
  • Designed to be highly intuitive
  • Compatible with Coverage tools
  • Node.js, Bun and Deno compatibility
  • You don't need to learn it all at once to get started 🧑🏻‍🎓

Poku adapts to your test, not the other way around.


Quickstart

Install 📦

Install Size

npm i -D poku
npm i -D poku tsx
bun add -d poku
import { poku } from 'npm:poku';

Test it 🔬

test/file.test.js
import { assert } from 'poku';

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

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

Run it 🚀

npx poku
bun poku
deno run npm:poku

That's it 🎉


Available Methods

Essentials

Helpers

  • beforeEach and afterEach
  • test
  • describe and log
  • listFiles
  • exit

See the complete documentation.


Overview

poku

SequentialConcurrent

See the complete poku's documentation.


assert

  • 💚 Use it exactly as it's for Node.js
  • 🐷 Node.js, Bun and Deno compatibility
Using pokuUsing 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.


Acknowledgements

Contributors

Contributors


Author

wellwelwel
@wellwelwel

Keywords

FAQs

Package last updated on 10 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc