Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890822
extension.test.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
447 B
Referenced Files
None
Subscribers
None
extension.test.ts
View Options
import
*
as
assert
from
'assert'
;
// You can import and use all API from the 'vscode' module
// as well as import your extension to test it
import
*
as
vscode
from
'vscode'
;
// import * as myExtension from '../../extension';
suite
(
'Extension Test Suite'
,
()
=>
{
vscode
.
window
.
showInformationMessage
(
'Start all tests.'
);
test
(
'Sample test'
,
()
=>
{
assert
.
equal
(
-
1
,
[
1
,
2
,
3
].
indexOf
(
5
));
assert
.
equal
(
-
1
,
[
1
,
2
,
3
].
indexOf
(
0
));
});
});
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Jan 19, 14:10 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125374
Default Alt Text
extension.test.ts (447 B)
Attached To
Mode
R7 arc-vscode
Attached
Detach File
Event Timeline
Log In to Comment