Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 15, 2024
1 parent 119dccb commit 48c5730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('detective-vue2', () => {
}, /^Error: content not given$/);
});

it('throws if the source content is not given', () => {
it('throws if the source content is not a string', () => {
assert.throws(() => {
detective(() => {});
}, /^Error: content is not a string$/);
Expand Down

0 comments on commit 48c5730

Please sign in to comment.