New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

poku

Package Overview
Dependencies
Maintainers
1
Versions
90
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.7.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
729
increased by23.77%
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?

By creating Poku, my aim is to show that testing can be simpler 🌱

  • 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 🐷');

Run it πŸš€

npx poku
bun poku
deno run npm:poku

That's it πŸŽ‰


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 03 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