bump jest and fix integration test (#55)

This commit is contained in:
David Gamero 2022-06-21 08:54:22 -04:00 committed by GitHub
parent 09392910a9
commit d893f27da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 226 additions and 2787 deletions

View file

@ -24,8 +24,8 @@
"@types/node": "^12.0.4",
"@vercel/ncc": "^0.33.1",
"jest": "^26.0.1",
"@types/jest": "^25.2.2",
"ts-jest": "^25.5.1",
"@types/jest": "^26.0.1",
"ts-jest": "^26.0.1",
"typescript": "3.9.2"
}
}