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

test: remove @ts-expect-errors for this being mocha #4250

Merged
merged 4 commits into from
Nov 17, 2022

Commits on Nov 17, 2022

  1. test: remove @ts-expect-errors for this being mocha

    If we specify the return type of the `getIt` util, tsc will know what
    type `this` is in the test context so we can remove the error overrides.
    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    604971a View commit details
    Browse the repository at this point in the history
  2. chore: fix build

    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ceeabaf View commit details
    Browse the repository at this point in the history
  3. chore: fix up cid hackery

    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6cd2ef3 View commit details
    Browse the repository at this point in the history
  4. chore: linting

    achingbrain committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5a5e158 View commit details
    Browse the repository at this point in the history