Skip to content

Commit

Permalink
adding a broken test to ensure the CI workflow catches it
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Dec 12, 2024
1 parent 6a40ace commit 9e0b526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/online-validator.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from 'vitest'

test('sample test', () => {
expect(true).toBe(true)
expect(true).toBe(false)

Check failure on line 4 in tests/pages/online-validator.test.js

View workflow job for this annotation

GitHub Actions / checks

pages/online-validator.test.js > sample test

AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ pages/online-validator.test.js:4:18
});

0 comments on commit 9e0b526

Please sign in to comment.