Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDJ committed Apr 8, 2024
1 parent ab15837 commit 573f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/echo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ describe('Echo', () => {
test('it will throw error for unsupported driver', () => {
expect(() => new Echo({ broadcaster: 'foo' })).toThrowError('Broadcaster string foo is not supported');
});
});
});

0 comments on commit 573f26e

Please sign in to comment.