fix(test): fix javascript tests not running

This commit is contained in:
Gabe Kangas
2024-10-19 15:28:41 -07:00
parent 742df5322f
commit df3a9424b1
4 changed files with 37 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
"@xstate/react": "3.2.2",
"antd": "4.24.16",
"autoprefixer": "^10.4.14",
"babel-plugin-dynamic-import-node": "^2.3.3",
"chart.js": "^4.2.0",
"classnames": "2.5.1",
"date-fns": "^3.0.0",
@@ -64,6 +65,7 @@
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/preset-react": "^7.25.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mdx-js/react": "3.0.1",
@@ -135,4 +137,4 @@
"ts-jest": "^29.1.0",
"typescript": "5.6.3"
}
}
}