@sit-onyx/playwright-utils 1.1.1-dev-20260206133049 → 1.1.1-dev-20260209161902

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { expect as f } from "@playwright/test";
2
2
  import { jsxs as d, jsx as u } from "playwright/jsx-runtime";
3
- import { test as k, expect as v } from "@playwright/experimental-ct-vue";
3
+ import { expect as v, test as k } from "@playwright/experimental-ct-vue";
4
4
  const S = /* @__PURE__ */ Symbol("EMIT_SPY_SYMBOL"), I = () => {
5
5
  const t = [], n = (...r) => {
6
6
  t.push(r);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/playwright-utils",
3
3
  "description": "Utilities for Vue component testing with Playwright",
4
- "version": "1.1.1-dev-20260206133049",
4
+ "version": "1.1.1-dev-20260209161902",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",