Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Jul 18, 2023
1 parent 8204792 commit 29678c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
"local": "NEXT_PUBLIC_API_SERVER=http://localhost:4000 node ./src/server.js ",
"develop": "next dev",
"start": "next start",
"test": "jest --testPathIgnorePatterns=/tests/e2e/ --",
"test-all": "jest",
"test": "jest",
"prepare": "husky install"
},
"devDependencies": {
Expand Down Expand Up @@ -143,4 +142,4 @@
"engines": {
"node": "18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`renders correctly 1`] = `
"height": "100%",
"maxHeight": undefined,
"minHeight": undefined,
"minWidth": undefined,
"minWidth": 0,
"width": "100%",
}
}
Expand Down

0 comments on commit 29678c4

Please sign in to comment.