From a340b889302a180f83289d85be72a89f06ed2625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Thu, 4 May 2023 09:47:45 +0800 Subject: [PATCH] fix: add deps babel-jest (fixes #197) it's no longer shipped with jest v29. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ea27c43d2..4fcbad567 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "@typescript-eslint/parser": "^5.47.0", "ansi-escapes": "^4.3.2", "asyncro": "^3.0.0", + "babel-jest": "^29.5.0", "babel-plugin-annotate-pure-calls": "^0.4.0", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-macros": "^3.1.0",