You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: