Skip to content

Commit

Permalink
oops remove the t.show experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshj committed Aug 6, 2021
1 parent a0cfe39 commit a3a1dd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/types.twoslash-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
import { A, LS, UseStateMachine, CreateType } from "../src/types";

const useStateMachine = (() => []) as any as UseStateMachine;
const t = Object.assign(
() => undefined,
{ show: () => undefined }
) as unknown as CreateType
const t = (() => undefined) as unknown as CreateType

const query = () =>
((global as any).twoSlashQueries.shift()) as { completions: string[], text: string }
Expand Down

0 comments on commit a3a1dd3

Please sign in to comment.