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 clean script to remove test-browser.js after the tests run #1332

Merged
merged 1 commit into from Jan 6, 2015
Merged

Add clean script to remove test-browser.js after the tests run #1332

merged 1 commit into from Jan 6, 2015

Commits on Jan 6, 2015

  1. Add clean script to remove test-browser.js after the tests run

    Whenever you run `npm test` it would generate a file.
    The location of the file would be `tests/browser/test-browser.js`
    which is a directory that the linter will lint.
    I tried making the linter ignore the file but it seems we're using
    an older version of the linter which may not support ignoring paths.
    
    I may be wrong but this was an alternative solution, safely delete
    the file before running the linter.
    seanstrom committed Jan 6, 2015
    Copy the full SHA
    63f9b18 View commit details
    Browse the repository at this point in the history