Skip to content

Commit

Permalink
Add test to demo failure
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ikm committed Feb 24, 2021
1 parent cef806f commit 97dc9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/demo.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test('Demo failure', () => {
expect(1).toBe(2)
})

0 comments on commit 97dc9df

Please sign in to comment.