Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Document QUnit.config.autostart #10

Closed
jzaefferer opened this issue Aug 29, 2012 · 1 comment
Closed

Document QUnit.config.autostart #10

jzaefferer opened this issue Aug 29, 2012 · 1 comment

Comments

@jzaefferer
Copy link
Member

When set to false, user must call QUnit.init() and start() manually. Provide an example with AMD integration, something like this:

QUnit.config.autostart = false;
require(["test1", 'test2"], function() {
    QUnit.init();
    QUnit.start();
});
@jzaefferer
Copy link
Member Author

Fixed in e6ee1bd

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
1 participant