📄️ 🧪 test
test(message () => void) | test(cb: () => void)
📄️ 🧪 describe
describe(title DescribeOptions) | describe(message () => void) | describe(cb: () => void)
📄️ 🧪 it
it(message () => void) | it(cb: () => void)
📄️ ⚙️ env
Reads an environment file and sets the environment variables.
📄️ ⏭️ skip
Skipping a test file
🗃️ 🧙🏻 Before and After Each
2 items
📄️ 🐳 Containers
A minimal API to assist tests that require containers or tests that run inside containers.
📄️ 🔁 Start Script
Run your package.json scripts in a background process and test them 🧑🏻🔬
📄️ 🔁 Start Service
Run your services in a background process and test them 🧑🏻🔬