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

Add Tests for getStep function #262

Closed
3 tasks done
tech4GT opened this issue May 23, 2018 · 1 comment
Closed
3 tasks done

Add Tests for getStep function #262

tech4GT opened this issue May 23, 2018 · 1 comment
Milestone

Comments

@tech4GT
Copy link
Member

tech4GT commented May 23, 2018

Add the following tests for the API function getStep which gets the previous steps

  • Test for the the blend module

  • once we have meta modules, we could pass in a module which has a callback build into its draw method, and confirm that the callback gets called with a correct value for some getStep() output.

  • Remove these lines

    console.log(getStep(-2).options.name);
    console.log(getStep(-1).options.name);
    console.log(getStep(0).options.name);

@jywarren
Copy link
Member

GitMate.io thinks the contributor most likely able to help you is @jywarren.

Possibly related issues are #51 (More Testing), #230 (Add test coverage monitoring via CodeClimate), #27 (add fisheyegl module), #157 (Add a Contrast module), and #113 (Add a Brightness module).

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

2 participants