mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-02 08:42:50 +00:00
updating packages
This commit is contained in:
parent
538ae8b7fb
commit
8afea664ff
18
package.json
18
package.json
@ -41,16 +41,16 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^12.2.12",
|
"@angular/animations": "^13.0.0",
|
||||||
"@angular/cdk": "^12.2.12",
|
"@angular/cdk": "^12.2.12",
|
||||||
"@angular/common": "^12.2.12",
|
"@angular/common": "^13.0.0",
|
||||||
"@angular/compiler": "^12.2.12",
|
"@angular/compiler": "^13.0.0",
|
||||||
"@angular/core": "^12.2.12",
|
"@angular/core": "^13.0.0",
|
||||||
"@angular/forms": "^12.2.12",
|
"@angular/forms": "^13.0.0",
|
||||||
"@angular/material": "^12.2.12",
|
"@angular/material": "^12.2.12",
|
||||||
"@angular/platform-browser": "^12.2.12",
|
"@angular/platform-browser": "^13.0.0",
|
||||||
"@angular/platform-browser-dynamic": "^12.2.12",
|
"@angular/platform-browser-dynamic": "^13.0.0",
|
||||||
"@angular/router": "^12.2.12",
|
"@angular/router": "^13.0.0",
|
||||||
"@sentry/browser": "^6.14.1",
|
"@sentry/browser": "^6.14.1",
|
||||||
"@types/jest": "^27.0.2",
|
"@types/jest": "^27.0.2",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^9.0.0",
|
||||||
@ -133,4 +133,4 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"snyk": true
|
"snyk": true
|
||||||
}
|
}
|
@ -5,7 +5,9 @@ import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@ang
|
|||||||
declare const require: any;
|
declare const require: any;
|
||||||
|
|
||||||
// First, initialize the Angular testing environment.
|
// First, initialize the Angular testing environment.
|
||||||
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
|
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
|
||||||
|
teardown: { destroyAfterEach: false }
|
||||||
|
});
|
||||||
// Then we find all the tests.
|
// Then we find all the tests.
|
||||||
const context = require.context('./', true, /\.spec\.ts$/);
|
const context = require.context('./', true, /\.spec\.ts$/);
|
||||||
// And load the modules.
|
// And load the modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user