Merge pull request #129154 from dtinth/patch-2

[vscode.proposed.d.ts] Rename TestSnapshoptTaskState to TestSnapshotTaskState (possible typo)
This commit is contained in:
Connor Peet 2021-07-22 07:56:37 -07:00 committed by GitHub
commit 949c7c4acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1940,7 +1940,7 @@ declare module 'vscode' {
* State of the test in each task. In the common case, a test will only
* be executed in a single task and the length of this array will be 1.
*/
readonly taskStates: ReadonlyArray<TestSnapshoptTaskState>;
readonly taskStates: ReadonlyArray<TestSnapshotTaskState>;
/**
* Optional list of nested tests for this item.
@ -1948,7 +1948,7 @@ declare module 'vscode' {
readonly children: Readonly<TestResultSnapshot>[];
}
export interface TestSnapshoptTaskState {
export interface TestSnapshotTaskState {
/**
* Current result of the test.
*/