Skip to content

Commit

Permalink
chore: remove redundant data-schema unit tests (#13659)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Jul 31, 2024
1 parent 6daf0d3 commit 7df6057
Show file tree
Hide file tree
Showing 11 changed files with 440 additions and 13,377 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"--inspect-brk",
"${workspaceRoot}/node_modules/.bin/jest",
// Optionally specify a single test file to run/debug:
"generateClientWithAmplifyInstance.test.ts",
"generateClient.test.ts",
"--runInBand",
"--testTimeout",
"600000", // 10 min timeout so jest doesn't error while we're stepping through code
Expand Down
Loading

0 comments on commit 7df6057

Please sign in to comment.