@aws-cdk/core
Version:
AWS Cloud Development Kit Core Library
18 lines (17 loc) • 1.17 kB
TypeScript
import { Test } from 'nodeunit';
declare const _default: {
'string tokens can be JSONified and JSONification can be reversed'(test: Test): void;
'string tokens can be embedded while being JSONified'(test: Test): void;
'constant string has correct amount of quotes applied'(test: Test): void;
'integer Tokens behave correctly in stringification and JSONification'(test: Test): void;
'tokens in strings survive additional TokenJSON.stringification()'(test: Test): void;
'intrinsic Tokens embed correctly in JSONification'(test: Test): void;
'fake intrinsics are serialized to objects'(test: Test): void;
'embedded string literals in intrinsics are escaped when calling TokenJSON.stringify()'(test: Test): void;
'Tokens in Tokens are handled correctly'(test: Test): void;
'Doubly nested strings evaluate correctly in JSON context'(test: Test): void;
'Doubly nested intrinsics evaluate correctly in JSON context'(test: Test): void;
'Quoted strings in embedded JSON context are escaped'(test: Test): void;
'cross-stack references are also properly converted by toJsonString()'(test: Test): void;
};
export = _default;