Skip to content

Commit ac7c272

Browse files
committed
fix: Correct ShellyService test
1 parent 9b066c8 commit ac7c272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/ShellyService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { afterAll, beforeAll, describe, expect, test } from 'bun:test';
22
import { createMockServer, type MockServerData } from '../test-utils/shelly-mock-server';
33
import { ShellyService } from './ShellyService';
44

5-
describe.only('ShellyService E2E', () => {
5+
describe('ShellyService E2E', () => {
66
let mockServer: MockServerData;
77

88
beforeAll(async () => {

0 commit comments

Comments
 (0)