ποΈ Promises
The use of native JavaScript syntax in tests is one of the major differences between Poku and other test runners, which is what makes it possible to use it on multiple platforms.
ποΈ Parameterized Tests
Parameterized tests allow you to run the same test logic with different inputs and expected results. This helps to test across various scenarios without writing repetitive tests.
ποΈ Local Server
Let's create a simple server:
ποΈ Browser (E2E)
2 items
ποΈ Mock
2 items
ποΈ Use Cases
1 item
ποΈ CJS and ESM
Just set your package.json as usual and that's it.