Uses of Interface
io.github.cdklabs.projen.javascript.JestConfigOptions
-
Packages that use JestConfigOptions Package Description io.github.cdklabs.projen.javascript -
-
Uses of JestConfigOptions in io.github.cdklabs.projen.javascript
Classes in io.github.cdklabs.projen.javascript that implement JestConfigOptions Modifier and Type Class Description static classJestConfigOptions.Jsii$ProxyAn implementation forJestConfigOptionsMethods in io.github.cdklabs.projen.javascript that return JestConfigOptions Modifier and Type Method Description JestConfigOptionsJestConfigOptions.Builder. build()Builds the configured instance.default JestConfigOptionsJestOptions. getJestConfig()(experimental) Jest configuration.JestConfigOptionsJestOptions.Jsii$Proxy. getJestConfig()Methods in io.github.cdklabs.projen.javascript with parameters of type JestConfigOptions Modifier and Type Method Description Jest.BuilderJest.Builder. jestConfig(JestConfigOptions jestConfig)(experimental) Jest configuration.JestOptions.BuilderJestOptions.Builder. jestConfig(JestConfigOptions jestConfig)Sets the value ofJestOptions.getJestConfig()
-