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 support for *.js test fixture config #5777

Merged
merged 1 commit into from Oct 20, 2018

Commits on Oct 19, 2018

  1. Add support for *.js test fixture config

    JSON doesn't support functions which are needed to create scriptable options, so implement a very basic method to load a JavaScript file exporting the config in `module.exports`. Also rename test sources (remove the `jasmine.` prefix), cleanup `karma.conf.js` and add an example .js fixture config (bubble radius option).
    simonbrunel committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f7b6710 View commit details
    Browse the repository at this point in the history