@nocobase/test 0.7.2-alpha.5 → 0.7.3-alpha.1

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/lib/mockServer.js CHANGED
@@ -154,9 +154,7 @@ class MockServer extends _server().default {
154
154
  };
155
155
  }
156
156
 
157
- return (...args) => {
158
- return agent[method](...args);
159
- };
157
+ return agent[method];
160
158
  }
161
159
 
162
160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/test",
3
- "version": "0.7.2-alpha.5",
3
+ "version": "0.7.3-alpha.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,7 @@
11
11
  }
12
12
  ],
13
13
  "dependencies": {
14
- "@nocobase/server": "0.7.2-alpha.5",
14
+ "@nocobase/server": "0.7.3-alpha.1",
15
15
  "@types/supertest": "^2.0.11",
16
16
  "mockjs": "^1.1.0",
17
17
  "mysql2": "^2.3.3",
@@ -20,5 +20,5 @@
20
20
  "sqlite3": "^5.0.8",
21
21
  "supertest": "^6.1.6"
22
22
  },
23
- "gitHead": "3956d0111afe9a4527199606331c5faa9ace2fa7"
23
+ "gitHead": "09597f41800ec567f64000e928cd68c28bb927e3"
24
24
  }