UNPKG
steal-qunit
Version:
beta (1.1.0-beta.1)
latest (2.0.0)
rc (1.0.0-rc.1)
2.0.0
1.1.0-beta.1
1.1.0-beta.0
1.0.2
1.0.1
1.0.0
1.0.0-rc.1
1.0.0-rc.0
0.1.4
0.1.3
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
QUnit and StealJS
github.com/bitovi/steal-qunit
bitovi/steal-qunit
steal-qunit
/
test
/
tests
/
run-one
/
one-fail.html
10 lines
(9 loc)
•
248 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
title
>
run one test
</
title
>
<
script
>
/* This is required for the test, don't remove */
steal = {
configDependencies
: [
"live-reload"
] };
</
script
>
<
script
src
=
"../../../node_modules/steal/steal.js"
main
=
"test/tests/run-one/one-fail"
>
</
script
>