Skip to content

Commit

Permalink
Revert "failing test for cicd testing"
Browse files Browse the repository at this point in the history
This reverts commit a692bde.
  • Loading branch information
GeorgeGoodall committed Oct 26, 2023
1 parent a692bde commit 4a5a9a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helloWorld.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ import { expect, test } from 'vitest'
test('hello world', () => {
expect(1 + 1).toBe(2)
})

test('hello world fail', () => {
expect(1 + 1).toBe(3)
})

0 comments on commit 4a5a9a5

Please sign in to comment.