|
5 | 5 | "license": "MIT", |
6 | 6 | "private": true, |
7 | 7 | "scripts": { |
8 | | - "test": "node --expose-gc --max_old_space_size=3048 node_modules/jest/bin/jest.js --forceExit --no-cache", |
9 | | - "test:exec": "DEEPKIT_JIT_THRESHOLD=Infinity node --expose-gc --max_old_space_size=3048 node_modules/jest/bin/jest.js --forceExit --no-cache", |
10 | | - "test:coverage": "node --expose-gc --max_old_space_size=3048 node_modules/jest/bin/jest.js --coverage --forceExit --no-cache", |
| 8 | + "test": "npm run test:node", |
11 | 9 | "build": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json && lerna run build", |
12 | 10 | "build:esm": "tsc --build tsconfig.esm.json", |
13 | 11 | "tsc": "tsc --build", |
|
23 | 21 | "publish": "lerna publish --no-private patch", |
24 | 22 | "publish-force": "npm run build && lerna publish --no-private --force-publish", |
25 | 23 | "check:circular": "madge --extensions ts --warning --circular", |
26 | | - "publish-website": "heroku container:push web && heroku container:release web" |
| 24 | + "publish-website": "heroku container:push web && heroku container:release web", |
| 25 | + "test:node": "node scripts/run-tests.js" |
27 | 26 | }, |
28 | 27 | "workspaces": [ |
29 | 28 | "website", |
|
36 | 35 | "@commitlint/config-conventional": "^18.4.3", |
37 | 36 | "@commitlint/config-lerna-scopes": "^18.4.4", |
38 | 37 | "@deepkit/core": "^1.0.1", |
39 | | - "@jest/globals": "^29.2.1", |
40 | 38 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
41 | 39 | "@types/node": "^22.13.1", |
42 | 40 | "cloc": "^2.7.0", |
43 | 41 | "codecov": "^3.8.3", |
44 | 42 | "commitlint": "^18.4.3", |
45 | 43 | "coveralls": "^3.0.3", |
46 | | - "jest": "^29.2.1", |
47 | 44 | "lefthook": "^1.5.5", |
48 | 45 | "lerna": "^8.2.2", |
49 | 46 | "madge": "^8.0.0", |
50 | 47 | "prettier": "^3.1.1", |
51 | | - "ts-jest": "^29.0.3", |
52 | 48 | "ts-node": "^10.9.1", |
53 | 49 | "ts-node-dev": "^2.0.0", |
54 | 50 | "typedoc": "^0.23.17", |
|
57 | 53 | "engines": { |
58 | 54 | "node": ">= 20.0.0" |
59 | 55 | }, |
60 | | - "jest": { |
61 | | - "resolver": "./jest-resolver.js", |
62 | | - "testPathIgnorePatterns": [ |
63 | | - "packages/*/dist" |
64 | | - ], |
65 | | - "collectCoverageFrom": [ |
66 | | - "src/**/*.ts" |
67 | | - ], |
68 | | - "projects": [ |
69 | | - "packages/angular-ssr", |
70 | | - "packages/core", |
71 | | - "packages/core-rxjs", |
72 | | - "packages/ui-library", |
73 | | - "packages/type", |
74 | | - "packages/type-compiler", |
75 | | - "packages/app", |
76 | | - "packages/event", |
77 | | - "packages/workflow", |
78 | | - "packages/stopwatch", |
79 | | - "packages/orm", |
80 | | - "packages/bson", |
81 | | - "packages/http", |
82 | | - "packages/template", |
83 | | - "packages/injector", |
84 | | - "packages/mongo", |
85 | | - "packages/filesystem", |
86 | | - "packages/filesystem-aws-s3", |
87 | | - "packages/filesystem-ftp", |
88 | | - "packages/filesystem-sftp", |
89 | | - "packages/filesystem-google", |
90 | | - "packages/sql", |
91 | | - "packages/mysql", |
92 | | - "packages/postgres", |
93 | | - "packages/sqlite", |
94 | | - "packages/framework-integration", |
95 | | - "packages/framework", |
96 | | - "packages/rpc", |
97 | | - "packages/broker", |
98 | | - "packages/topsort" |
99 | | - ] |
100 | | - }, |
101 | 56 | "packageManager": "yarn@4.9.2" |
102 | 57 | } |
0 commit comments