Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Sep 27, 2023
1 parent 9c0ca89 commit 27df9f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/polling/helpers/__tests__/validator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ test('reject a blank document', () => {
test('reject null', () => {
const result = validatePollMarkdown(null);
expect(result.valid).toBeFalsy();
expect(result.errors).toContain('expected input to be a string or buffer');
});

test('reject a document with no options', () => {
Expand Down

0 comments on commit 27df9f1

Please sign in to comment.