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

Convert tests to use ES2015+ #285

Closed
claydiffrient opened this issue Dec 26, 2016 · 0 comments · Fixed by #290
Closed

Convert tests to use ES2015+ #285

claydiffrient opened this issue Dec 26, 2016 · 0 comments · Fixed by #290
Assignees
Milestone

Comments

@claydiffrient
Copy link
Contributor

We should start using modern javascript for the tests. This would be a great starting point to converting the whole codebase, and provide a much better developer experience.

@claydiffrient claydiffrient added this to the 2.0.0 milestone Dec 26, 2016
@claydiffrient claydiffrient self-assigned this Dec 28, 2016
claydiffrient added a commit that referenced this issue Dec 28, 2016
This commit does a few things:
  - Converts to bundling tests with webpack
  - Starts using `expect` for assertions
  - Updates the version of several testing libraries
  - Allows tests to be written using ES2015 and beyond

closes #285
@claydiffrient claydiffrient mentioned this issue Dec 28, 2016
5 tasks
claydiffrient added a commit that referenced this issue Dec 31, 2016
This commit does a few things:
  - Converts to bundling tests with webpack
  - Starts using `expect` for assertions
  - Updates the version of several testing libraries
  - Allows tests to be written using ES2015 and beyond

closes #285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant