@stacksjs/testing 0.56.9 → 0.56.21

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,2 @@
1
- import * as vitest from 'vitest';
2
- export { vitest as unit };
3
- import * as test from '@playwright/test';
4
- export { test as feature };
1
+ export * as unit from 'vitest';
2
+ export * as feature from '@playwright/test';
package/dist/index.mjs CHANGED
@@ -1,4 +1,2 @@
1
- import * as vitest from 'vitest';
2
- export { vitest as unit };
3
- import * as test from '@playwright/test';
4
- export { test as feature };
1
+ export * as unit from "vitest";
2
+ export * as feature from "@playwright/test";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.56.9",
4
+ "version": "0.56.21",
5
5
  "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks way of testing.",
7
7
  "author": "Chris Breuer",