Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 26, 2023
1 parent e8d801a commit a31ee04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webview-api/src/__snapshots__/api.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`api > Creating a Server API 1`] = `
"serverRequest.resetTodos",
"serverRequest.setLogLevel",
"serverRequest.setTodos",
"serverRequest.watchState",
"serverRequest.watchFields",
"serverRequest.whatTimeIsIt",
]
`;
Expand All @@ -34,5 +34,6 @@ exports[`api > api 1`] = `
[
"createClientSideSpellInfoWebviewApi",
"createServerSideSpellInfoWebviewApi",
"setLogLevel",
]
`;
2 changes: 2 additions & 0 deletions packages/webview-api/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

exports[`api > api 1`] = `
[
"LogLevel",
"createClientSideSpellInfoWebviewApi",
"createServerSideSpellInfoWebviewApi",
"setLogLevel",
"supportedViewsByName",
]
`;

0 comments on commit a31ee04

Please sign in to comment.