UNPKG
internet
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.1.0
Framework for creating peer-to-peer browser networks
internet
/
test
/
specs
/
init.js
5 lines
•
129 B
JavaScript
View Raw
1
2
3
4
5
describe
(
'Initialization'
,
function
(
){
it
(
'puts P in global scope'
,
function
(
){
expect
(
window
.
P
).
not
.
toBeUndefined
(); }); });