Uses of Class
io.github.cdklabs.projen.javascript.UpdateSnapshot
-
Packages that use UpdateSnapshot Package Description io.github.cdklabs.projen.javascript -
-
Uses of UpdateSnapshot in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return UpdateSnapshot Modifier and Type Method Description default UpdateSnapshotJestOptions. getUpdateSnapshot()(experimental) Whether to update snapshots in task "test" (which is executed in task "build" and build workflows), or create a separate task "test:update" for updating snapshots.UpdateSnapshotJestOptions.Jsii$Proxy. getUpdateSnapshot()static UpdateSnapshotUpdateSnapshot. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSnapshot[]UpdateSnapshot. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type UpdateSnapshot Modifier and Type Method Description Jest.BuilderJest.Builder. updateSnapshot(UpdateSnapshot updateSnapshot)(experimental) Whether to update snapshots in task "test" (which is executed in task "build" and build workflows), or create a separate task "test:update" for updating snapshots.JestOptions.BuilderJestOptions.Builder. updateSnapshot(UpdateSnapshot updateSnapshot)Sets the value ofJestOptions.getUpdateSnapshot()
-