Skip to content

Commit 6eb115f

Browse files
committed
test(delta): step 2 — 1 failing + 1 skipped test, delete build-and-test to save minutes
1 parent 17c4247 commit 6eb115f

2 files changed

Lines changed: 10 additions & 334 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 0 additions & 334 deletions
This file was deleted.

__tests__/ctrf/helpers.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,13 @@ describe('stripAnsi', () => {
112112
expect(() => stripAnsi({})).toThrow(TypeError)
113113
})
114114
})
115+
116+
describe('delta visual testing', () => {
117+
it('should fail intentionally to show delta on failed count', () => {
118+
expect(1 + 1).toBe(999)
119+
})
120+
121+
it.skip('should be skipped to show delta on skipped count', () => {
122+
expect(true).toBe(true)
123+
})
124+
})

0 commit comments

Comments
 (0)