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

Fixed #708: Added 'use strict' and replaced var with let/const in fs.appendFile.spec.js #713

Merged
merged 7 commits into from
Jan 31, 2019

Commits on Jan 30, 2019

  1. Add files via upload

    DavidLi119 authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    214977d View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    DavidLi119 authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    ca9a923 View commit details
    Browse the repository at this point in the history
  3. Revert "Add files via upload"

    This reverts commit 214977d.
    DavidLi119 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    3a4e26f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36d23ff View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. s

    DavidLi119 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8aa5cbb View commit details
    Browse the repository at this point in the history
  2. Revert "s"

    This reverts commit 8aa5cbb.
    DavidLi119 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8bc47dd View commit details
    Browse the repository at this point in the history
  3. Changed all let to const

    As informed, all variables will not change at all in this file, therefore all `let` declarations have been changed to `const`
    DavidLi119 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    64ddef1 View commit details
    Browse the repository at this point in the history