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
/
test.html
11 lines
(10 loc)
•
253 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
title
>
Smoke test
</
title
>
<
script
>
steal = {
transpiler
:
"babel"
};
window
.
Testee
= {
provider
: {
type
:
'rest'
} };
</
script
>
<
script
>
FuncUnit
= {
frameMode
:
true
};
</
script
>
<
script
src
=
'../node_modules/steal/steal.js'
main
=
"test/test"
>
</
script
>