@aws-cdk/core
Version:
AWS Cloud Development Kit Core Library
10 lines (9 loc) • 393 B
TypeScript
import { Test } from 'nodeunit';
declare const _default: {
'synthesis with an empty app'(test: Test): void;
'synthesis respects disabling tree metadata'(test: Test): void;
'single empty stack'(test: Test): void;
'some random construct implements "synthesize"'(test: Test): void;
'it should be possible to synthesize without an app'(test: Test): void;
};
export = _default;