karma-runner / karma-qunit

A Karma plugin. Adapter for QUnit testing framework.
MIT License
51 stars 38 forks source link

fix(adapter): only create fixture at begin and only if none exists prior #93

Closed Krinkle closed 6 years ago

Krinkle commented 7 years ago

QUnit already deals with re-creating this every test run.

Re-creating it every test override QUnit's internal behaviour and (among other subtle differences) means QUnit.config.fixture content is missing at run-time.

Fixes #92

Krinkle commented 7 years ago

Please merge #94 first to address the failing Travis CI build.

Krinkle commented 7 years ago

@dignifiedquire Ping.

dignifiedquire commented 6 years ago

Thanks :octocat: