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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

(refactor): migrate all tests and test helper code to TS #649

Merged
merged 1 commit into from
Mar 28, 2020

Commits on Mar 28, 2020

  1. (refactor): migrate all tests and test helper code to TS

    - woot, all TS now!
      - get that big blue line for language TS on GitHub haha
    
    - for the most part, not much more to do other than .js -> .ts
      - for the utils had to add some types around
    
    - also use ESM instead of CJS in tests and test helpers
      - require -> import
      - module.exports -> export
        - the indentation change here with utils/fixture made git treat
          it as a delete + new instead of a rename
    agilgur5 committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    31078a8 View commit details
    Browse the repository at this point in the history