Skip to content

Commit

Permalink
fixing the broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Dec 12, 2024
1 parent 9e0b526 commit dbc025c
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(false)
expect(true).toBe(true)
});

0 comments on commit dbc025c

Please sign in to comment.