fix: fix tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { registry, createInitialState, BoopState } from '@/samples/boop';
|
||||
import { createGameContext } from '@/index';
|
||||
import { createGameContext } from '@/core/game';
|
||||
import type { PromptEvent } from '@/utils/command';
|
||||
|
||||
function createTestContext() {
|
||||
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
WinnerType,
|
||||
PlayerType
|
||||
} from '@/samples/tic-tac-toe';
|
||||
import { createGameContext } from '@/index';
|
||||
import { createGameContext } from '@/core/game';
|
||||
import type { PromptEvent } from '@/utils/command';
|
||||
|
||||
function createTestContext() {
|
||||
|
||||
Reference in New Issue
Block a user