We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b93f0 commit e6a3e88Copy full SHA for e6a3e88
Dockerfile
@@ -24,7 +24,6 @@ COPY tests /app/tests
24
COPY benchmark /app/benchmark
25
COPY jest /app/jest
26
COPY dune-project /app/dune-project
27
-COPY vendor /app/vendor
28
29
RUN npm ci
30
RUN pnpm run build
package.json
@@ -92,7 +92,7 @@
92
"prettier": "^2.8.4",
93
"replace-in-file": "^6.3.5",
94
"rimraf": "^3.0.2",
95
- "ts-jest": "^28.0.8",
+ "ts-jest": "https://github.com/meta-introspector/ts-jest",
96
"typedoc": "^0.25.8",
97
"typedoc-plugin-markdown": "^4.0.0-next.53",
98
"typedoc-plugin-merge-modules": "^5.1.0",
vendor/jest
0 commit comments