Skip to content

Commit

Permalink
chore: bump API jest to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 16, 2024
1 parent 9716fae commit c5ab6ce
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 994 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@snapshot-labs/checkpoint": "^0.1.0-beta.27",
"@snapshot-labs/sx": "^0.1.0",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.5.0",
"@types/jest": "^29.4.1",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.6",
"cross-fetch": "^4.0.0",
Expand All @@ -38,11 +38,11 @@
"@snapshot-labs/eslint-config": "0.1.0-beta.13",
"@snapshot-labs/prettier-config": "0.1.0-beta.11",
"eslint": "^8.53.0",
"jest": "^27.5.1",
"jest": "^29.4.1",
"jest-mock-extended": "^2.0.6",
"nodemon": "^3.0.1",
"prettier": "^3.1.0",
"ts-jest": "^27.1.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/api/test/unit/__snapshots__/writer.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`handleDeploy should create space with correct parameters 1`] = `
Array [
Array [
[
[
"INSERT IGNORE INTO spaces SET ?;",
Array [
Object {
[
{
"created": 1652650963200,
"id": "0x00625dc1290b6e936be5f1a3e963cf629326b1f4dfd5a56738dea98e1ad31b7f",
"name": "Pistachio DAO",
Expand Down
Loading

0 comments on commit c5ab6ce

Please sign in to comment.