Closed Krinkle closed 6 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.
QUnit.config.fixture
Fixes #92
Please merge #94 first to address the failing Travis CI build.
@dignifiedquire Ping.
Thanks :octocat:
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