This package contains a test suite for evaluating functionalities using Vitest.
-
pnpm: Ensure you have
pnpm
installed. If not, you can install it globally using:npm install -g pnpm
-
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.
-
Navigate to the
packages/core
directory:cd packages/core
-
Install dependencies:
pnpm install
Run all tests using:
pnpm test
The test results will be displayed in the terminal.