Skip to content

Commit

Permalink
chore(types): remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
YLfjuk committed Feb 4, 2025
1 parent 45cee58 commit a8bf77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/tests/result.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, expect, expectTypeOf, it, suite, test } from 'vitest';
import { describe, expect, expectTypeOf, it, suite } from 'vitest';
import type { Result, ResultData, ResultError } from './../src/result';

describe('Result of a function call. Either successful w/ data, or not w/ a reason', () => {
Expand Down

0 comments on commit a8bf77a

Please sign in to comment.