You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jest tests fail, all the tests fail with the same error.
Expected Behavior
Jest tests pass
Steps to Reproduce
Upgrade the existing project using standard migration procedure
Failure Logs
? Test suite failed to run
ReferenceError: Cannot access 'MatTabLink' before initialization
1 | import { NgModule } from '@angular/core';
> 2 | import { MatTabsModule } from '@angular/material/tabs';
| ^
3 |
4 | @NgModule({
5 | imports: [MatTabsModule],
at Object.<anonymous> (../../../../../../../../build/node_modules/@angular/material/fesm2015/tabs.mjs:1621:581)
at Object.<anonymous> (../../../shared/ui-core/src/lib/components/organisms/tab-bar/tab-bar.module.ts:2:1)
at Object.<anonymous> (../../../shared/ui-core/src/lib/shared-ui-core.module.ts:6:1)
at Object.<anonymous> (../../../shared/ui-core/src/index.ts:1:1)
at Object.<anonymous> (src/lib/components/address-proposal/address-proposal-modal/address-proposal-modal.component.ts:2:1)
at Object.<anonymous> (src/lib/components/address-proposal/address-proposal-modal/address-proposal-modal.component.spec.ts:1:1)
at TestScheduler.scheduleTests (../../../../../../../../build/node_modules/@jest/core/build/TestScheduler.js:333:13)
at runJest (../../../../../../../../build/node_modules/@jest/core/build/runJest.js:401:19)
at _run10000 (../../../../../../../../build/node_modules/@jest/core/build/cli/index.js:320:7)
at runCLI (../../../../../../../../build/node_modules/@jest/core/build/cli/index.js:173:3)
Current Behavior
Jest tests fail, all the tests fail with the same error.
Expected Behavior
Jest tests pass
Steps to Reproduce
Upgrade the existing project using standard migration procedure
Failure Logs
Environment
The text was updated successfully, but these errors were encountered: