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

test: move module out of fixture directory #9022

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 11, 2016

  1. test: move module out of fixture directory

    tick-processor-base.js is a module used by three other tests. It is not
    a test fixture so move it out of the fixture directory. (One downside to
    having it in the fixture directory is that fixture code is not currently
    linted.)
    
    It is possible that the code in tick-processor-base.js should be
    integrated into common.js. This can potentially happen subsequently (and
    might make a reasonable good first contribution for a new contributor).
    Trott committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    26f761c View commit details
    Browse the repository at this point in the history