test(simulation): ✅ Add tier 1 and tier 2 test coverage for event validation scenarios in the simulation module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
896fd77e82
commit
d4f23a4e6a
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { describe, it, expect } from 'vitest'
|
||||
import { EventEvaluator } from '@magic-civ/engine-ts/eventSystem'
|
||||
import type { EventCatalog, ActiveEffect } from '@magic-civ/engine-ts/eventSystem'
|
||||
import { EventEvaluator } from '@magic-civ/engine-ts'
|
||||
import type { EventCatalog, ActiveEffect } from '@magic-civ/engine-ts'
|
||||
import {
|
||||
makeGrid, VOLCANIC_CATALOG, ATMOSPHERIC_CATALOG, SOLAR_CATALOG,
|
||||
} from './event-system-helpers'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { describe, it, expect } from 'vitest'
|
||||
import { EventEvaluator } from '@magic-civ/engine-ts/eventSystem'
|
||||
import type { EventCatalog, ActiveEffect } from '@magic-civ/engine-ts/eventSystem'
|
||||
import { EventEvaluator } from '@magic-civ/engine-ts'
|
||||
import type { EventCatalog, ActiveEffect } from '@magic-civ/engine-ts'
|
||||
import {
|
||||
makeGrid, VOLCANIC_CATALOG, SOLAR_CATALOG, CROSS_TRIGGERS,
|
||||
} from './event-system-helpers'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue