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.6.1
  • Source
  • npm
  • Socket score

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

Poku

Logo

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
  • 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.


Install

Install Size

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

Quick Start

Test it ๐Ÿ”ฌ

test/file.test.js

import { assert } from 'poku';

assert(true, 'Poku will describe it ๐Ÿ“');

See the complete assert's documentation.

Run it ๐Ÿš€

npx poku
bun poku
deno run npm:poku

See the complete poku documentation.

That's it ๐ŸŽ‰


Overview

poku

SequentialConcurrent

See the complete poku 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.


Acknowledgements

Contributors

Contributors


Contributing

Please check the CONTRIBUTING.md for instructions ๐Ÿš€


License

Poku is under the MIT License.


Security Policy

Please check the SECURITY.md and the section Is Poku Safe? from Documentation.


Author

wellwelwel
@wellwelwel

Keywords

FAQs

Package last updated on 01 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