Skip to content

Installation

  • Node.js 18 or later
Terminal window
npm install -D unrift
Terminal window
npx unrift --version

This should print the installed version number.

The unrift package re-exports everything from @unrift/core. You get:

  • Test registration - describe, it, test
  • Assertions - expect with built-in matchers
  • Hooks - beforeAll, afterAll, beforeEach, afterEach
  • Configuration - defineConfig
  • CLI - the unrift command