Fix GameModel Import Path in SimpleGamesystem.spec.ts
Some checks failed
E2E Testing / test (push) Failing after 1m39s
Some checks failed
E2E Testing / test (push) Failing after 1m39s
This commit is contained in:
parent
75815578dc
commit
86fb22e701
@ -1,5 +1,5 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import {SimpleGamesystem} from "../../../src/app/game-model/gamesystems/SimpleGamesystem";
|
||||
import {SimpleGamesystem} from "../../../src/app/project/game-model/gamesystems/SimpleGamesystem";
|
||||
|
||||
test.describe('Test SimpleGamesystem', () => {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user