Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8922230
test.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
324 B
Referenced Files
None
Subscribers
None
test.js
View Options
var
should
=
require
(
"should"
);
var
blanket
=
require
(
"blanket"
)({
"pattern"
:
[
"../lib"
]
});
describe
(
'Array'
,
function
(){
describe
(
'#indexOf()'
,
function
(){
it
(
'should return -1 when the value is not present'
,
function
(){
[
1
,
2
,
3
].
indexOf
(
5
).
should
.
equal
(
-
1
);
[
1
,
2
,
3
].
indexOf
(
0
).
should
.
equal
(
-
1
);
})
})
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 20, 14:25 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
931362
Default Alt Text
test.js (324 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment