API reference › @evolu/nodejs › TestBundle › TestBundle
Defined in: packages/nodejs/src/TestBundle.ts:93
The measured output supplied to TestBundleCase.verify.
Extends
Properties
brotliSizeInBytes
readonly brotliSizeInBytes: number;
Defined in: packages/nodejs/src/TestBundle.ts:83
The Brotli-compressed size using quality 11.
Inherited from
TestBundleSize.brotliSizeInBytes
bundler
readonly bundler: string;
Defined in: packages/nodejs/src/TestBundle.ts:95
The bundler name and version, for example "vite@8.1.5".
code
readonly code: string;
Defined in: packages/nodejs/src/TestBundle.ts:96
outputPath
readonly outputPath: string | null;
Defined in: packages/nodejs/src/TestBundle.ts:98
The copied artifact, or null when no output directory was requested.
rawSizeInBytes
readonly rawSizeInBytes: number;
Defined in: packages/nodejs/src/TestBundle.ts:81