Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding unit tests for start - Covering goals, defaultCharacters, relationships, evaulators, posts, database, messages #367

Merged
merged 13 commits into from
Nov 18, 2024
Merged
Prev Previous commit
Next Next commit
Runtime file
  • Loading branch information
mladcepes committed Nov 16, 2024
commit 004c7ae787f8721505959d17243ae140404b34c5
2 changes: 1 addition & 1 deletion packages/core/src/test_resources/createRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
TEST_PASSWORD,
zeroUuid,
} from "./constants.ts";
import { User } from "./types.ts";
import { User } from "../types.ts";

export async function createRuntime({
env,
Expand Down