Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(test): use ts-node for tests for better testing DX #492

Closed
wants to merge 1 commit into from

Commits on Feb 5, 2020

  1. (test): use ts-node for tests for better testing DX

    - personally, I often forget to yarn build before yarn test and that
      means I'm testing stale changes
      - ts-node is one of the easiest ways to ensure the code isn't stale
        - but it comes at a big performance penalty, tests are about 1.5x
          slower, which is much longer than the additional time for
          yarn build
    agilgur5 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    8524950 View commit details
    Browse the repository at this point in the history