Skip to content

Commit

Permalink
Update game-tele.integration.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare committed Jan 3, 2025
1 parent 1edee2d commit 84595bd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { instance, mock } from 'ts-mockito';
import { GameTeleComponent } from './game-tele.component';
import Spy = jasmine.Spy;
import { GameTeleHandlerService } from '../game-tele-handler.service';
import { CreatureHandlerService, SaiCreatureHandlerService } from '@keira/features/creature';

class GameTelePage extends EditorPageObject<GameTeleComponent> {}

Expand Down Expand Up @@ -48,8 +47,7 @@ describe('GameTele integration tests', () => {
TranslateTestingModule,
],
providers: [
CreatureHandlerService,
SaiCreatureHandlerService,
GameTeleHandlerService,
{
provide: SqliteService,
useValue: instance(mock(SqliteService)),
Expand Down

0 comments on commit 84595bd

Please sign in to comment.