Skip to content

Commit eb6c069

Browse files
committed
fix:测试工程编译错误
1 parent c02ba25 commit eb6c069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fixapi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as assert from 'assert';
22
import * as vscode from 'vscode';
33
import * as cvbMgr from '../cvbManager';
4-
4+
import * as fs from "fs";
55

66
suite('Extension Test Suite', () => {
77
vscode.window.showInformationMessage('Start all tests.');

0 commit comments

Comments
 (0)