@nocobase/test 1.7.0-beta.23 → 1.7.0-beta.24

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.
@@ -40,7 +40,6 @@ const WaitApp = /* @__PURE__ */ __name(async () => {
40
40
  });
41
41
  const loadError = import_react.screen.queryByText("App Error");
42
42
  if (loadError) {
43
- expectNoTsError(import_react.screen.queryByText("App Error")).not.toBeInTheDocument();
44
43
  }
45
44
  const renderError = import_react.screen.queryByText("Render Failed");
46
45
  if (renderError) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/test",
3
- "version": "1.7.0-beta.23",
3
+ "version": "1.7.0-beta.24",
4
4
  "main": "lib/index.js",
5
5
  "module": "./src/index.ts",
6
6
  "types": "./lib/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@faker-js/faker": "8.1.0",
54
- "@nocobase/server": "1.7.0-beta.23",
54
+ "@nocobase/server": "1.7.0-beta.24",
55
55
  "@playwright/test": "^1.45.3",
56
56
  "@testing-library/jest-dom": "^6.4.2",
57
57
  "@testing-library/react": "^14.0.0",
@@ -75,5 +75,5 @@
75
75
  "vitest-dom": "^0.1.1",
76
76
  "ws": "^8.13.0"
77
77
  },
78
- "gitHead": "0c9581f3d38bbf9f93c68d232a48ffa4e7d68390"
78
+ "gitHead": "9a78adc14980c6e3742f8db63b6874c70ce294c8"
79
79
  }