resetSnapshotFlags resets all snapshot command flags to defaults.
()
| 13 | |
| 14 | // resetSnapshotFlags resets all snapshot command flags to defaults. |
| 15 | func resetSnapshotFlags() { |
| 16 | snapshotFormat = "json" |
| 17 | snapshotCore = false |
| 18 | snapshotDerived = false |
| 19 | snapshotGroupBy = "" |
| 20 | snapshotOut = "" |
| 21 | } |
| 22 | |
| 23 | // createSnapshotTestFiles creates test task files with dependencies for snapshot tests. |
| 24 | func createSnapshotTestFiles(t *testing.T) string { |
no outgoing calls
no test coverage detected