References #545 Default immutable builds to false
This commit is contained in:
@@ -201,9 +201,9 @@ describe("Inputs", () => {
|
||||
})
|
||||
|
||||
describe("immutableCreate", () => {
|
||||
it("returns true by default", function () {
|
||||
it("returns false by default", function () {
|
||||
mockGetInput.mockReturnValue("")
|
||||
expect(inputs.immutableCreate).toBe(true)
|
||||
expect(inputs.immutableCreate).toBe(false)
|
||||
})
|
||||
|
||||
it("returns true when explicitly set", function () {
|
||||
|
||||
Reference in New Issue
Block a user