Set up a test for the failing parsing

This commit is contained in:
Campbell Alden 2026-03-25 19:19:03 +09:00
parent 4e4760b55a
commit f2112c360d
5 changed files with 4354 additions and 35 deletions

View file

@ -1,10 +1,16 @@
{
"name": "reporter.js",
"version": "0.0.1",
"scripts": {
"test": "jest"
},
"dependencies": {
"@actual-app/api": "^26.3.0",
"async-lock": "^1.4.1",
"cors": "^2.8.6",
"express": "^5.2.1"
},
"devDependencies": {
"jest": "^30.3.0"
}
}