mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
DEV: removes verbose logging from test_helper (#7648)
This commit is contained in:
parent
0ba4ea9718
commit
11ab3c623a
@ -101,12 +101,7 @@ function resetSite(siteSettings, extras) {
|
||||
Discourse.Site.resetCurrent(Discourse.Site.create(siteAttrs));
|
||||
}
|
||||
|
||||
QUnit.testDone(function(ctx) {
|
||||
console.log("-- " + ctx.runtime);
|
||||
});
|
||||
|
||||
QUnit.testStart(function(ctx) {
|
||||
console.log(ctx.module + " -> " + ctx.name);
|
||||
server = pretender.default();
|
||||
|
||||
if (ctx.module.startsWith(acceptanceModulePrefix)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user