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

Update code in filer/tests/spec/times.spec.js to use const/let syntax over var #703

Open
dcoull opened this issue Jan 29, 2019 · 0 comments
Assignees

Comments

@dcoull
Copy link
Contributor

dcoull commented Jan 29, 2019

The times.spec.js file uses the var syntax for variable declarations, as opposed to the more modern const/let syntax

humphd pushed a commit that referenced this issue Mar 5, 2019
* update from var to let and const

* Update from var to let and const

* Update times.spec.js from var to let and const

* Strict mode addition, migrated let usage to const

* Revert changes to package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant