@aws-cdk/core
Version:
AWS Cloud Development Kit Core Library
9 lines (8 loc) • 449 B
TypeScript
import { Test } from 'nodeunit';
declare const _default: {
'mappings can be added as another type of entity, and mapping.findInMap can be used to get a token'(test: Test): void;
'allow using unresolved tokens in find-in-map'(test: Test): void;
'no validation if first key is token and second is a static string'(test: Test): void;
'validate first key if it is a string and second is a token'(test: Test): void;
};
export = _default;