Skip to content

Commit df698e3

Browse files
tomassurinclaude
andcommitted
Fix unused beforeEach import in dws-client tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 695caa2 commit df698e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dws-client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it, vi, afterEach, beforeEach } from 'vitest'
1+
import { describe, expect, it, vi, afterEach } from 'vitest'
22
import { createServer, type Server } from 'node:http'
33
import { DwsApiClient } from '../src/dws/client.js'
44

0 commit comments

Comments
 (0)