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

Run tests on Travis CI #1043

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

jedateach
Copy link

@jedateach jedateach commented Mar 12, 2020

These changes get travis up and running.

There are a couple of test groups disabled. Any help to figure out the issues with them is appreciated.

Here you can see the first pass: https://travis-ci.org/jedateach/EaselJS/builds/661221048



describe("Deprecated Functions", function(done) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the done doing?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case... Nothing. Which is why I removed it.

The version of jasmine that I installed gave errors that one of these functions didn't actually accept any arguments... I think it was the done callback in the describe test function argument.

Usually it is intended as a callback for asynchronous tests to end.
https://jasmine.github.io/tutorials/async

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

Successfully merging this pull request may close these issues.

2 participants