Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P8043
qunit hangs
Active
Public
Actions
Authored by
Dalba
on Mon, Jan 28, 12:49 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
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!"
);
});
});
Event Timeline
Dalba
created this paste.
Mon, Jan 28, 12:49 PM
Dalba
edited the content of this paste.
(Show Details)
Mon, Jan 28, 1:14 PM
Dalba
edited the content of this paste.
(Show Details)
Mon, Jan 28, 1:22 PM
Log In to Comment