Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
🐷 Poku is your test runner pet for Node.js, Bun and Deno, combining flexibility, parallel and sequential runs, human-friendly assertion errors and high isolation level
Poku is your test runner pet for Node.js, Bun and Deno combining flexibility, parallel and sequential runs, human-friendly assertion errors and high isolation level.
Enjoying Poku? Consider giving him a star ⭐️
🐷 Documentation Website • 🔬 Compare Poku with the Most Popular Test Runners
Don't worry about describe
, it
, beforeEach
and everything else 🚀
You don't need to learn what you already know ✨
Sequential | Concurrent |
---|---|
.test.
and .spec.
files, but you can customize it using the option filter
.sequential
mode.--parallel
for CLI or the option parallel
to true
in API (in-code) usage.Poku also includes the assert
method, keeping everything as it is, but providing human readability and automatic describe
and it
:
Compatible with Node.js, Bun and Deno.
import { assert } from 'poku'; // Node and Bun
import { assert } from 'npm:poku'; // Deno
const actual = '1';
assert(actual, 'My first assert');
assert.deepStrictEqual(actual, 1, 'My first assert error');
Using poku | Using node |
---|---|
code 1
, as expectedmessage
param is optional, as it's in Node.jsassert
running node ./my-file.js
npm i -D poku
npm i -D poku tsx
bun add -d poku
import { poku } from 'npm:poku';
import { poku } from 'poku';
await poku(['targetDir']);
import { poku } from 'npm:poku';
await poku(['targetDir']);
npx poku targetDir
bun poku targetDir
deno run npm:poku targetDir
To see the detailed documentation, please visit the Documentation section in the Poku's website.
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.
FAQs
🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.
The npm package poku receives a total of 300 weekly downloads. As such, poku popularity was classified as not popular.
We found that poku demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.