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

🧹 mostly low-hanging ts lint fixes, ts lint as part of test #339

Merged
merged 8 commits into from
Dec 16, 2019

Commits on Dec 11, 2019

  1. low-hanging ts lint fixes

    Nick Bartlett authored and Nick Bartlett committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    162ed1f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. check error undefined, better formatting, parseRequestBody returns any

    Nick Bartlett authored and Nick Bartlett committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    6120711 View commit details
    Browse the repository at this point in the history
  2. add back in accidentally reverted semicolon

    Nick Bartlett authored and Nick Bartlett committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9489a81 View commit details
    Browse the repository at this point in the history
  3. check isNaN for timestamp, add seemingly missing test

    Nick Bartlett authored and Nick Bartlett committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    08644e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. explicitly test invalid timestamp header

    Nick Bartlett authored and Nick Bartlett committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    d7f3030 View commit details
    Browse the repository at this point in the history
  2. 📝 fix typo in test

    Nick Bartlett authored and Nick Bartlett committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    e196e7a View commit details
    Browse the repository at this point in the history
  3. 👕 handle final lint error, catch after then(next)

    Nick Bartlett authored and Nick Bartlett committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    02d8826 View commit details
    Browse the repository at this point in the history
  4. lint as part of test script

    Nick Bartlett authored and Nick Bartlett committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    56994bd View commit details
    Browse the repository at this point in the history