@lvce-editor/test-worker 3.10.0 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/api.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -276,5 +276,7 @@ export interface Test {
276
276
  readonly TitleBarMenuBar: typeof TitleBarMenuBar,
277
277
  readonly WebView: typeof WebView,
278
278
  readonly Workspace: typeof Workspace,
279
+ readonly expect: any
280
+ readonly Locator: (selector: string) => any
279
281
  }
280
282
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "3.10.0",
3
+ "version": "3.11.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",