Skip to content

Commit 7df6057

Browse files
authored
chore: remove redundant data-schema unit tests (aws-amplify#13659)
1 parent 6daf0d3 commit 7df6057

File tree

11 files changed

+440
-13377
lines changed

11 files changed

+440
-13377
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"--inspect-brk",
1616
"${workspaceRoot}/node_modules/.bin/jest",
1717
// Optionally specify a single test file to run/debug:
18-
"generateClientWithAmplifyInstance.test.ts",
18+
"generateClient.test.ts",
1919
"--runInBand",
2020
"--testTimeout",
2121
"600000", // 10 min timeout so jest doesn't error while we're stepping through code

0 commit comments

Comments
 (0)