Uses of Class
io.github.cdklabs.projen.javascript.JestReporter
-
Packages that use JestReporter Package Description io.github.cdklabs.projen.javascript -
-
Uses of JestReporter in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return types with arguments of type JestReporter Modifier and Type Method Description default List<JestReporter>JestConfigOptions. getReporters()(experimental) Use this configuration option to add custom reporters to Jest.List<JestReporter>JestConfigOptions.Jsii$Proxy. getReporters()Methods in io.github.cdklabs.projen.javascript with parameters of type JestReporter Modifier and Type Method Description voidJest. addReporter(JestReporter reporter)Method parameters in io.github.cdklabs.projen.javascript with type arguments of type JestReporter Modifier and Type Method Description JestConfigOptions.BuilderJestConfigOptions.Builder. reporters(List<? extends JestReporter> reporters)Sets the value ofJestConfigOptions.getReporters()
-