mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-01-09 15:48:11 -05:00
Remove unneeded return type change
This commit is contained in:
@@ -52,7 +52,7 @@ export const aggregationStrategyDefaultTestConfig: AggregationStrategyConfig = {
|
||||
export default class Fixture {
|
||||
static test(
|
||||
name: string,
|
||||
fn: (fx: Fixture) => Promise<void> | void,
|
||||
fn: (fx: Fixture) => Promise<void>,
|
||||
) {
|
||||
Deno.test({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user