Skip snapshot seed file commits (#28405)
This commit is contained in:
@@ -44,8 +44,6 @@ const initialize = Effect.fn("SnapshotTest.initialize")(function* (dir: string)
|
||||
const bContent = `B${unique}`
|
||||
yield* write(`${dir}/a.txt`, aContent)
|
||||
yield* write(`${dir}/b.txt`, bContent)
|
||||
yield* exec(dir, ["git", "add", "."])
|
||||
yield* exec(dir, ["git", "commit", "-m", "init"])
|
||||
return { aContent, bContent }
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user