Skip to content

Commit

Permalink
style: drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 27, 2021
1 parent 3fa17a7 commit 6079818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/use.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ afterAll(() => {
console.error = consoleError;
});

for (const { tServer, itForWS, skipUWS, startTServer } of tServers) {
for (const { tServer, skipUWS, startTServer } of tServers) {
describe(tServer, () => {
it('should allow connections with valid protocols only', async () => {
const { url } = await startTServer();
Expand Down

0 comments on commit 6079818

Please sign in to comment.