mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 00:30:02 +00:00
a79a7ff8e8
* Update Typescript to 4.9.0 * Update Angular to v15 * Update Angular Flex Layout to v15 * Update Angular CDK to v15 * Update Angular CDK to v15 * Update Angular Material to v15 * WIP: Update Angular Material to v15 * Fix progress bar colors * Fix company logos size * Update angular minor version * Update mat-table-filter Update @angular/youtube-player * Update rxjs * Fix search-bar layout Fix autocomplete layout Change mat-icon-button to mat-fab in game-detail-view * Fix sort selector drop-down checkmark
15 lines
459 B
TypeScript
15 lines
459 B
TypeScript
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
|
|
|
import 'zone.js/testing';
|
|
import { getTestBed } from '@angular/core/testing';
|
|
import {
|
|
BrowserDynamicTestingModule,
|
|
platformBrowserDynamicTesting
|
|
} from '@angular/platform-browser-dynamic/testing';
|
|
|
|
// First, initialize the Angular testing environment.
|
|
getTestBed().initTestEnvironment(
|
|
BrowserDynamicTestingModule,
|
|
platformBrowserDynamicTesting(),
|
|
);
|