(filepath: string, testName: string)
| 101 | } |
| 102 | |
| 103 | skipTest(filepath: string, testName: string): void { |
| 104 | const state = this.getSnapshotState(filepath) |
| 105 | state.markSnapshotsAsCheckedForTest(testName) |
| 106 | } |
| 107 | |
| 108 | clearTest(filepath: string, testId: string): void { |
| 109 | const state = this.getSnapshotState(filepath) |
no test coverage detected