Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2882277

Browse files
committed
Remove unnecessary and troublesome type specification
1 parent fc5b6cd commit 2882277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dashboard-message-bus-e2e-test/test/DashboardServer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("DashboardServer", () => {
1919
let clientOptions: DashboardMessageBusClientOptions;
2020

2121
beforeAll(async () => {
22-
ganacheProvider = Ganache.provider<"ethereum">({
22+
ganacheProvider = Ganache.provider({
2323
logging: { quiet: true }
2424
});
2525
});

0 commit comments

Comments
 (0)