9 lines
274 B
TypeScript
9 lines
274 B
TypeScript
// @ts-expect-error https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment
|
|
globalThis.ngJest = {
|
|
testEnvironmentOptions: {
|
|
errorOnUnknownElements: true,
|
|
errorOnUnknownProperties: true,
|
|
},
|
|
};
|
|
import 'jest-preset-angular/setup-jest';
|