mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
chore(angular-15): update to angular 15 (#6005)
* fix(package-lock): update version in package-lock * fix(package-lock): update version in package-lock * chore(angular-15): update to angular 15 * chore(nebular-11): update to angular/cdk to 15, update nebular * chore(eslint): update @angular-eslint to v15
This commit is contained in:
parent
e06d9bd02d
commit
aa91634dab
6 changed files with 3039 additions and 2628 deletions
|
|
@ -20,7 +20,6 @@ import {
|
|||
|
||||
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
|
||||
declare const __karma__: any;
|
||||
declare const require: any;
|
||||
|
||||
// Prevent Karma from running prematurely.
|
||||
__karma__.loaded = function () {};
|
||||
|
|
@ -32,9 +31,5 @@ getTestBed().initTestEnvironment(
|
|||
teardown: { destroyAfterEach: false },
|
||||
},
|
||||
);
|
||||
// Then we find all the tests.
|
||||
const context = require.context('./', true, /\.spec\.ts$/);
|
||||
// And load the modules.
|
||||
context.keys().map(context);
|
||||
// Finally, start Karma to run the tests.
|
||||
__karma__.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue