Uses of Class
io.github.cdklabs.projen.javascript.JestOptions.Builder
-
Packages that use JestOptions.Builder Package Description io.github.cdklabs.projen.javascript -
-
Uses of JestOptions.Builder in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return JestOptions.Builder Modifier and Type Method Description static JestOptions.BuilderJestOptions. builder()JestOptions.BuilderJestOptions.Builder. configFilePath(String configFilePath)Sets the value ofJestOptions.getConfigFilePath()JestOptions.BuilderJestOptions.Builder. coverage(Boolean coverage)Deprecated.use jestConfig.collectCoverageJestOptions.BuilderJestOptions.Builder. coverageText(Boolean coverageText)Sets the value ofJestOptions.getCoverageText()JestOptions.BuilderJestOptions.Builder. extraCliOptions(List<String> extraCliOptions)Sets the value ofJestOptions.getExtraCliOptions()JestOptions.BuilderJestOptions.Builder. ignorePatterns(List<String> ignorePatterns)Deprecated.use jestConfig.coveragePathIgnorePatterns or jestConfig.testPathIgnorePatterns respectivelyJestOptions.BuilderJestOptions.Builder. jestConfig(JestConfigOptions jestConfig)Sets the value ofJestOptions.getJestConfig()JestOptions.BuilderJestOptions.Builder. jestVersion(String jestVersion)Sets the value ofJestOptions.getJestVersion()JestOptions.BuilderJestOptions.Builder. junitReporting(Boolean junitReporting)Sets the value ofJestOptions.getJunitReporting()JestOptions.BuilderJestOptions.Builder. preserveDefaultReporters(Boolean preserveDefaultReporters)Sets the value ofJestOptions.getPreserveDefaultReporters()JestOptions.BuilderJestOptions.Builder. updateSnapshot(UpdateSnapshot updateSnapshot)Sets the value ofJestOptions.getUpdateSnapshot()Constructors in io.github.cdklabs.projen.javascript with parameters of type JestOptions.Builder Constructor Description Jsii$Proxy(JestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theJestOptions.Builder.
-