Skip to content

Commit 3fff130

Browse files
committed
feat: should also include @apollo/server
1 parent ab0546d commit 3fff130

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

apps/app/project.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"externalDependencies": [
3131
"@apollo/gateway",
3232
"@apollo/subgraph",
33+
"@apollo/server",
3334
"@as-integrations/fastify",
3435
"@mikro-orm/core",
3536
"@nestjs/*",
@@ -53,9 +54,9 @@
5354
"configurations": {
5455
"production": {
5556
"budgets": [
56-
{
57+
{
5758
"type": "initial",
58-
"maximumWarning": "500kb",
59+
"maximumWarning": "1mb",
5960
"maximumError": "2mb"
6061
},
6162
{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// @ts-expect-error https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment
2+
globalThis.ngJest = {
3+
testEnvironmentOptions: {
4+
errorOnUnknownElements: true,
5+
errorOnUnknownProperties: true,
6+
},
7+
};
8+
import 'jest-preset-angular/setup-jest';

0 commit comments

Comments
 (0)