Skip to content

Commit

Permalink
test: write cypress tests for file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Jul 3, 2024
1 parent b5ec1f9 commit 0d2b3fa
Show file tree
Hide file tree
Showing 15 changed files with 528 additions and 74 deletions.
209 changes: 200 additions & 9 deletions apollo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "ISC",
"devDependencies": {
"@apollo/server": "^4.10.4",
"@types/graphql-upload": "^16.0.7",
"@types/node": "^20.11.5",
"graphql": "^16.9.0",
"typescript": "^5.3.3"
Expand All @@ -20,6 +21,7 @@
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"graphql-upload": "^16.0.2"
"graphql-upload": "^16.0.2",
"uuid": "^10.0.0"
}
}
Loading

0 comments on commit 0d2b3fa

Please sign in to comment.