mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:54:41 +08:00
DEV: removes verbose logging from test_helper (#7648)
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user