Skip to content

Commit

Permalink
feat(cb2-15032): update manifest.json with empty seed data (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthetechie authored Nov 8, 2024
1 parent 3535fc7 commit b7919b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"documentation": "",
"language": "node",
"terraform": false,
"monorepo": false
"monorepo": false,
"dynamo_tables": [
{
"test-results": "empty-seed.json"
}
]
}
1 change: 1 addition & 0 deletions tests/resources/empty-seed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit b7919b6

Please sign in to comment.