Installation
Requirements
Section titled “Requirements”- Node.js 18 or later
Install
Section titled “Install”npm install -D unriftpnpm add -D unriftyarn add -D unriftVerify
Section titled “Verify”npx unrift --versionThis should print the installed version number.
What’s included
Section titled “What’s included”The unrift package re-exports everything from @unrift/core. You get:
- Test registration —
describe,it,test - Assertions —
expectwith built-in matchers - Hooks —
beforeAll,afterAll,beforeEach,afterEach - Configuration —
defineConfig - CLI — the
unriftcommand