Set up a test for the failing parsing
This commit is contained in:
parent
4e4760b55a
commit
f2112c360d
5 changed files with 4354 additions and 35 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue