UNPKG

@shelf/jest-dynamodb

Version:

Run your tests using Jest & DynamoDB local

3 lines (2 loc) 187 B
import type { CreateTableCommandInput } from '@aws-sdk/client-dynamodb'; export default function getRelevantTables(dbTables: string[], configTables: CreateTableCommandInput[]): string[];