Skip to content

Commit

Permalink
build: fix up test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeesley committed Jan 14, 2025
1 parent d96f436 commit dcc4c99
Show file tree
Hide file tree
Showing 12 changed files with 15,417 additions and 23,800 deletions.
29 changes: 0 additions & 29 deletions __snapshots__/src/dynamo-client-query.unit.test.js.md

This file was deleted.

Binary file removed __snapshots__/src/dynamo-client-query.unit.test.js.snap
Binary file not shown.
12 changes: 6 additions & 6 deletions __snapshots__/src/dynamo-client-query.unit.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ Generated by [AVA](https://avajs.dev).
{
ExclusiveStartKey: undefined,
ExpressionAttributeNames: {
'#configType': 'configType',
'#country': 'country',
'#language': 'language',
'#type': 'type',
},
ExpressionAttributeValues: {
':configType': 'pages',
':country': 'de',
':language': 'default',
':country': 'gb',
':language': 'en',
':type': 'track',
},
FilterExpression: '#country = :country AND #language = :language',
KeyConditionExpression: '#configType = :configType',
KeyConditionExpression: '#type = :type',
Limit: undefined,
TableName: 'config-publisher-2-config-prod',
TableName: 'big-fat-prod-table',
},
]
Binary file modified __snapshots__/src/dynamo-client-query.unit.test.ts.snap
Binary file not shown.
Loading

0 comments on commit dcc4c99

Please sign in to comment.