Page MenuHomePhabricator

qunit hangs

Authored By
Dalba
Jan 28 2019, 1:22 PM
Size
357 B
Referenced Files
None
Subscribers
None

qunit hangs

mw.loader.using('jquery.qunit').done(function () {
QUnit.test( "hello test", function( assert ) {
assert.ok( 1 == "1", "Passed!" );
});
QUnit.test( "hello test", function( assert ) {
assert.ok( 2 == "2", "Passed!" );
});
QUnit.test( "hello test", function( assert ) {
assert.ok( 3 == "3", "Passed!" );
});
});

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7033761
Default Alt Text
qunit hangs (357 B)

Event Timeline