Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 732 Bytes

README-TESTS.md

File metadata and controls

38 lines (24 loc) · 732 Bytes

Core Package Tests

This package contains a test suite for evaluating functionalities using Vitest.

Prerequisites

  1. pnpm: Ensure you have pnpm installed. If not, you can install it globally using:

    npm install -g pnpm
  2. Environment Variables - NOT REQUIRED : Set up a .env file in the project root (eliza) with the necessary environment variables. Copy .env.example file and add required variables.

Setup

  1. Navigate to the packages/core directory:

    cd packages/core
  2. Install dependencies:

    pnpm install

Running Tests

Run all tests using:

pnpm test

The test results will be displayed in the terminal.