Uses of Class
io.github.cdklabs.projen.typescript.TsJestOptions.Builder
-
Packages that use TsJestOptions.Builder Package Description io.github.cdklabs.projen.typescript -
-
Uses of TsJestOptions.Builder in io.github.cdklabs.projen.typescript
Methods in io.github.cdklabs.projen.typescript that return TsJestOptions.Builder Modifier and Type Method Description static TsJestOptions.BuilderTsJestOptions. builder()TsJestOptions.BuilderTsJestOptions.Builder. transformOptions(TsJestTransformOptions transformOptions)Sets the value ofTsJestOptions.getTransformOptions()TsJestOptions.BuilderTsJestOptions.Builder. transformPattern(String transformPattern)Sets the value ofTsJestOptions.getTransformPattern()Constructors in io.github.cdklabs.projen.typescript with parameters of type TsJestOptions.Builder Constructor Description Jsii$Proxy(TsJestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theTsJestOptions.Builder.
-