Uses of Class
io.github.cdklabs.projen.typescript.TsJestDiagnostics
-
Packages that use TsJestDiagnostics Package Description io.github.cdklabs.projen.typescript -
-
Uses of TsJestDiagnostics in io.github.cdklabs.projen.typescript
Methods in io.github.cdklabs.projen.typescript that return TsJestDiagnostics Modifier and Type Method Description static TsJestDiagnosticsTsJestDiagnostics. all()(experimental) Enable all diagnostics.static TsJestDiagnosticsTsJestDiagnostics. custom(Map<String,? extends Object> config)(experimental) Provide a custom diagnostics configuration.default TsJestDiagnosticsTsJestTransformOptions. getDiagnostics()(experimental) Diagnostics related configuration.TsJestDiagnosticsTsJestTransformOptions.Jsii$Proxy. getDiagnostics()static TsJestDiagnosticsTsJestDiagnostics. none()(experimental) Disable all diagnostics.Methods in io.github.cdklabs.projen.typescript with parameters of type TsJestDiagnostics Modifier and Type Method Description TsJestTransformOptions.BuilderTsJestTransformOptions.Builder. diagnostics(TsJestDiagnostics diagnostics)Sets the value ofTsJestTransformOptions.getDiagnostics()
-