@cedarjs/testing 9.0.0-canary.1784 → 9.0.0-canary.3124

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 (244) hide show
  1. package/dist/api/checkTestDatabase.d.ts +23 -0
  2. package/dist/api/checkTestDatabase.d.ts.map +1 -0
  3. package/dist/api/checkTestDatabase.js +44 -0
  4. package/dist/api/index.d.ts +0 -1
  5. package/dist/api/index.d.ts.map +1 -1
  6. package/dist/api/index.js +0 -1
  7. package/dist/api/vitest/CedarApiVitestEnv.d.ts.map +1 -1
  8. package/dist/api/vitest/CedarApiVitestEnv.js +22 -17
  9. package/dist/api/vitest/teardown.d.ts +18 -0
  10. package/dist/api/vitest/teardown.d.ts.map +1 -0
  11. package/dist/api/vitest/teardown.js +43 -0
  12. package/dist/api/vitest/vite-plugin-cedar-vitest-api-config.d.ts.map +1 -1
  13. package/dist/api/vitest/vite-plugin-cedar-vitest-api-config.js +13 -8
  14. package/dist/api/vitest/vitest-api.setup.d.ts.map +1 -1
  15. package/dist/api/vitest/vitest-api.setup.js +18 -33
  16. package/dist/cache/index.js +1 -1
  17. package/dist/web/MockParamsProvider.d.ts.map +1 -1
  18. package/dist/web/MockParamsProvider.js +10 -1
  19. package/dist/web/MockProviders.js +12 -6
  20. package/dist/web/MockRouter.d.ts.map +1 -1
  21. package/dist/web/mockRequests.d.ts +74 -18
  22. package/dist/web/mockRequests.d.ts.map +1 -1
  23. package/dist/web/mockRequests.js +118 -39
  24. package/dist/web/vitest/index.d.ts +1 -0
  25. package/dist/web/vitest/index.d.ts.map +1 -1
  26. package/dist/web/vitest/index.js +2 -0
  27. package/dist/web/vitest/vite-plugin-cedar-vitest-web-config.d.ts +12 -0
  28. package/dist/web/vitest/vite-plugin-cedar-vitest-web-config.d.ts.map +1 -0
  29. package/dist/web/vitest/vite-plugin-cedar-vitest-web-config.js +16 -0
  30. package/dist/web/vitest/vite-plugin-cedarjs-router-import-transform.d.ts.map +1 -1
  31. package/dist/web/vitest/vite-plugin-create-auth-import-transform.d.ts.map +1 -1
  32. package/dist/web/vitest/vitest-web.setup.d.ts +2 -0
  33. package/dist/web/vitest/vitest-web.setup.d.ts.map +1 -0
  34. package/dist/web/vitest/vitest-web.setup.js +18 -0
  35. package/package.json +41 -106
  36. package/LICENSE +0 -21
  37. package/config/jest/api/RedwoodApiJestEnv.d.ts +0 -11
  38. package/config/jest/api/RedwoodApiJestEnv.d.ts.map +0 -1
  39. package/config/jest/api/RedwoodApiJestEnv.js +0 -48
  40. package/config/jest/api/apiBabelConfig.d.ts +0 -5
  41. package/config/jest/api/apiBabelConfig.d.ts.map +0 -1
  42. package/config/jest/api/apiBabelConfig.js +0 -34
  43. package/config/jest/api/globalSetup.d.ts +0 -3
  44. package/config/jest/api/globalSetup.d.ts.map +0 -1
  45. package/config/jest/api/globalSetup.js +0 -63
  46. package/config/jest/api/index.d.ts +0 -3
  47. package/config/jest/api/index.d.ts.map +0 -1
  48. package/config/jest/api/index.js +0 -25
  49. package/config/jest/api/jest-preset.d.ts +0 -4
  50. package/config/jest/api/jest-preset.d.ts.map +0 -1
  51. package/config/jest/api/jest-preset.js +0 -99
  52. package/config/jest/api/jest.setup.d.ts +0 -2
  53. package/config/jest/api/jest.setup.d.ts.map +0 -1
  54. package/config/jest/api/jest.setup.js +0 -271
  55. package/config/jest/api/package.json +0 -8
  56. package/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts +0 -11
  57. package/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts.map +0 -1
  58. package/config/jest/babelPlugins/babel-plugin-redwood-cell.js +0 -121
  59. package/config/jest/jest-serial-runner.d.ts +0 -8
  60. package/config/jest/jest-serial-runner.d.ts.map +0 -1
  61. package/config/jest/jest-serial-runner.js +0 -37
  62. package/config/jest/web/RedwoodWebJestEnv.d.ts +0 -6
  63. package/config/jest/web/RedwoodWebJestEnv.d.ts.map +0 -1
  64. package/config/jest/web/RedwoodWebJestEnv.js +0 -38
  65. package/config/jest/web/index.d.ts +0 -3
  66. package/config/jest/web/index.d.ts.map +0 -1
  67. package/config/jest/web/index.js +0 -25
  68. package/config/jest/web/jest-preset.d.ts +0 -4
  69. package/config/jest/web/jest-preset.d.ts.map +0 -1
  70. package/config/jest/web/jest-preset.js +0 -119
  71. package/config/jest/web/jest.setup.d.ts +0 -8
  72. package/config/jest/web/jest.setup.d.ts.map +0 -1
  73. package/config/jest/web/jest.setup.js +0 -22
  74. package/config/jest/web/package.json +0 -8
  75. package/config/jest/web/resolver.d.ts +0 -4
  76. package/config/jest/web/resolver.d.ts.map +0 -1
  77. package/config/jest/web/resolver.js +0 -30
  78. package/config/jest/web/webBabelConfig.d.ts +0 -10
  79. package/config/jest/web/webBabelConfig.d.ts.map +0 -1
  80. package/config/jest/web/webBabelConfig.js +0 -48
  81. package/config/package.json +0 -1
  82. package/dist/api/directUrlHelpers.d.ts +0 -3
  83. package/dist/api/directUrlHelpers.d.ts.map +0 -1
  84. package/dist/api/directUrlHelpers.js +0 -25
  85. package/dist/cjs/api/apiFunction.d.ts +0 -37
  86. package/dist/cjs/api/apiFunction.d.ts.map +0 -1
  87. package/dist/cjs/api/apiFunction.js +0 -89
  88. package/dist/cjs/api/directUrlHelpers.d.ts +0 -3
  89. package/dist/cjs/api/directUrlHelpers.d.ts.map +0 -1
  90. package/dist/cjs/api/directUrlHelpers.js +0 -60
  91. package/dist/cjs/api/directive.d.ts +0 -51
  92. package/dist/cjs/api/directive.d.ts.map +0 -1
  93. package/dist/cjs/api/directive.js +0 -77
  94. package/dist/cjs/api/index.d.ts +0 -5
  95. package/dist/cjs/api/index.d.ts.map +0 -1
  96. package/dist/cjs/api/index.js +0 -28
  97. package/dist/cjs/api/mockContext.d.ts +0 -5
  98. package/dist/cjs/api/mockContext.d.ts.map +0 -1
  99. package/dist/cjs/api/mockContext.js +0 -58
  100. package/dist/cjs/api/scenario.d.ts +0 -108
  101. package/dist/cjs/api/scenario.d.ts.map +0 -1
  102. package/dist/cjs/api/scenario.js +0 -30
  103. package/dist/cjs/api/vitest/CedarApiVitestEnv.js +0 -73
  104. package/dist/cjs/api/vitest/index.js +0 -34
  105. package/dist/cjs/api/vitest/vite-plugin-auto-import.js +0 -71
  106. package/dist/cjs/api/vitest/vite-plugin-cedar-vitest-api-config.js +0 -69
  107. package/dist/cjs/api/vitest/vite-plugin-track-db-imports.js +0 -47
  108. package/dist/cjs/api/vitest/vitest-api.setup.js +0 -272
  109. package/dist/cjs/cache/index.d.ts +0 -50
  110. package/dist/cjs/cache/index.d.ts.map +0 -1
  111. package/dist/cjs/cache/index.js +0 -104
  112. package/dist/cjs/config/jest/api/RedwoodApiJestEnv.d.ts +0 -11
  113. package/dist/cjs/config/jest/api/RedwoodApiJestEnv.d.ts.map +0 -1
  114. package/dist/cjs/config/jest/api/RedwoodApiJestEnv.js +0 -48
  115. package/dist/cjs/config/jest/api/apiBabelConfig.d.ts +0 -5
  116. package/dist/cjs/config/jest/api/apiBabelConfig.d.ts.map +0 -1
  117. package/dist/cjs/config/jest/api/apiBabelConfig.js +0 -34
  118. package/dist/cjs/config/jest/api/globalSetup.d.ts +0 -3
  119. package/dist/cjs/config/jest/api/globalSetup.d.ts.map +0 -1
  120. package/dist/cjs/config/jest/api/globalSetup.js +0 -63
  121. package/dist/cjs/config/jest/api/index.d.ts +0 -3
  122. package/dist/cjs/config/jest/api/index.d.ts.map +0 -1
  123. package/dist/cjs/config/jest/api/index.js +0 -25
  124. package/dist/cjs/config/jest/api/jest-preset.d.ts +0 -4
  125. package/dist/cjs/config/jest/api/jest-preset.d.ts.map +0 -1
  126. package/dist/cjs/config/jest/api/jest-preset.js +0 -99
  127. package/dist/cjs/config/jest/api/jest.setup.d.ts +0 -2
  128. package/dist/cjs/config/jest/api/jest.setup.d.ts.map +0 -1
  129. package/dist/cjs/config/jest/api/jest.setup.js +0 -271
  130. package/dist/cjs/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts +0 -11
  131. package/dist/cjs/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts.map +0 -1
  132. package/dist/cjs/config/jest/babelPlugins/babel-plugin-redwood-cell.js +0 -121
  133. package/dist/cjs/config/jest/jest-serial-runner.d.ts +0 -8
  134. package/dist/cjs/config/jest/jest-serial-runner.d.ts.map +0 -1
  135. package/dist/cjs/config/jest/jest-serial-runner.js +0 -37
  136. package/dist/cjs/config/jest/web/RedwoodWebJestEnv.d.ts +0 -6
  137. package/dist/cjs/config/jest/web/RedwoodWebJestEnv.d.ts.map +0 -1
  138. package/dist/cjs/config/jest/web/RedwoodWebJestEnv.js +0 -38
  139. package/dist/cjs/config/jest/web/index.d.ts +0 -3
  140. package/dist/cjs/config/jest/web/index.d.ts.map +0 -1
  141. package/dist/cjs/config/jest/web/index.js +0 -25
  142. package/dist/cjs/config/jest/web/jest-preset.d.ts +0 -4
  143. package/dist/cjs/config/jest/web/jest-preset.d.ts.map +0 -1
  144. package/dist/cjs/config/jest/web/jest-preset.js +0 -119
  145. package/dist/cjs/config/jest/web/jest.setup.d.ts +0 -8
  146. package/dist/cjs/config/jest/web/jest.setup.d.ts.map +0 -1
  147. package/dist/cjs/config/jest/web/jest.setup.js +0 -22
  148. package/dist/cjs/config/jest/web/resolver.d.ts +0 -4
  149. package/dist/cjs/config/jest/web/resolver.d.ts.map +0 -1
  150. package/dist/cjs/config/jest/web/resolver.js +0 -30
  151. package/dist/cjs/config/jest/web/webBabelConfig.d.ts +0 -10
  152. package/dist/cjs/config/jest/web/webBabelConfig.d.ts.map +0 -1
  153. package/dist/cjs/config/jest/web/webBabelConfig.js +0 -48
  154. package/dist/cjs/package.json +0 -1
  155. package/dist/cjs/web/MockParamsProvider.d.ts +0 -7
  156. package/dist/cjs/web/MockParamsProvider.d.ts.map +0 -1
  157. package/dist/cjs/web/MockParamsProvider.js +0 -44
  158. package/dist/cjs/web/MockProviders.d.ts +0 -5
  159. package/dist/cjs/web/MockProviders.d.ts.map +0 -1
  160. package/dist/cjs/web/MockProviders.js +0 -60
  161. package/dist/cjs/web/MockRouter.d.ts +0 -11
  162. package/dist/cjs/web/MockRouter.d.ts.map +0 -1
  163. package/dist/cjs/web/MockRouter.js +0 -48
  164. package/dist/cjs/web/customRender.d.ts +0 -6
  165. package/dist/cjs/web/customRender.d.ts.map +0 -1
  166. package/dist/cjs/web/customRender.js +0 -54
  167. package/dist/cjs/web/fileMock.d.ts +0 -9
  168. package/dist/cjs/web/fileMock.d.ts.map +0 -1
  169. package/dist/cjs/web/fileMock.js +0 -24
  170. package/dist/cjs/web/findCellMocks.d.ts +0 -2
  171. package/dist/cjs/web/findCellMocks.d.ts.map +0 -1
  172. package/dist/cjs/web/findCellMocks.js +0 -45
  173. package/dist/cjs/web/globRoutesImporter.d.ts +0 -13
  174. package/dist/cjs/web/globRoutesImporter.d.ts.map +0 -1
  175. package/dist/cjs/web/globRoutesImporter.js +0 -46
  176. package/dist/cjs/web/global.d.ts +0 -6
  177. package/dist/cjs/web/global.d.ts.map +0 -1
  178. package/dist/cjs/web/global.js +0 -1
  179. package/dist/cjs/web/index.d.ts +0 -6
  180. package/dist/cjs/web/index.d.ts.map +0 -1
  181. package/dist/cjs/web/index.js +0 -41
  182. package/dist/cjs/web/mockAuth.d.ts +0 -29
  183. package/dist/cjs/web/mockAuth.d.ts.map +0 -1
  184. package/dist/cjs/web/mockAuth.js +0 -89
  185. package/dist/cjs/web/mockRequests.d.ts +0 -30
  186. package/dist/cjs/web/mockRequests.d.ts.map +0 -1
  187. package/dist/cjs/web/mockRequests.js +0 -139
  188. package/dist/cjs/web/vitest/index.d.ts +0 -4
  189. package/dist/cjs/web/vitest/index.d.ts.map +0 -1
  190. package/dist/cjs/web/vitest/index.js +0 -34
  191. package/dist/cjs/web/vitest/vite-plugin-auto-import.d.ts +0 -2
  192. package/dist/cjs/web/vitest/vite-plugin-auto-import.d.ts.map +0 -1
  193. package/dist/cjs/web/vitest/vite-plugin-auto-import.js +0 -60
  194. package/dist/cjs/web/vitest/vite-plugin-cedarjs-router-import-transform.d.ts +0 -7
  195. package/dist/cjs/web/vitest/vite-plugin-cedarjs-router-import-transform.d.ts.map +0 -1
  196. package/dist/cjs/web/vitest/vite-plugin-cedarjs-router-import-transform.js +0 -42
  197. package/dist/cjs/web/vitest/vite-plugin-create-auth-import-transform.d.ts +0 -3
  198. package/dist/cjs/web/vitest/vite-plugin-create-auth-import-transform.d.ts.map +0 -1
  199. package/dist/cjs/web/vitest/vite-plugin-create-auth-import-transform.js +0 -43
  200. package/dist/config/jest/api/RedwoodApiJestEnv.d.ts +0 -11
  201. package/dist/config/jest/api/RedwoodApiJestEnv.d.ts.map +0 -1
  202. package/dist/config/jest/api/RedwoodApiJestEnv.js +0 -28
  203. package/dist/config/jest/api/apiBabelConfig.d.ts +0 -5
  204. package/dist/config/jest/api/apiBabelConfig.d.ts.map +0 -1
  205. package/dist/config/jest/api/apiBabelConfig.js +0 -18
  206. package/dist/config/jest/api/globalSetup.d.ts +0 -3
  207. package/dist/config/jest/api/globalSetup.d.ts.map +0 -1
  208. package/dist/config/jest/api/globalSetup.js +0 -36
  209. package/dist/config/jest/api/index.d.ts +0 -3
  210. package/dist/config/jest/api/index.d.ts.map +0 -1
  211. package/dist/config/jest/api/index.js +0 -11
  212. package/dist/config/jest/api/jest-preset.d.ts +0 -4
  213. package/dist/config/jest/api/jest-preset.d.ts.map +0 -1
  214. package/dist/config/jest/api/jest-preset.js +0 -69
  215. package/dist/config/jest/api/jest.setup.d.ts +0 -2
  216. package/dist/config/jest/api/jest.setup.d.ts.map +0 -1
  217. package/dist/config/jest/api/jest.setup.js +0 -248
  218. package/dist/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts +0 -11
  219. package/dist/config/jest/babelPlugins/babel-plugin-redwood-cell.d.ts.map +0 -1
  220. package/dist/config/jest/babelPlugins/babel-plugin-redwood-cell.js +0 -101
  221. package/dist/config/jest/jest-serial-runner.d.ts +0 -8
  222. package/dist/config/jest/jest-serial-runner.d.ts.map +0 -1
  223. package/dist/config/jest/jest-serial-runner.js +0 -23
  224. package/dist/config/jest/web/RedwoodWebJestEnv.d.ts +0 -6
  225. package/dist/config/jest/web/RedwoodWebJestEnv.d.ts.map +0 -1
  226. package/dist/config/jest/web/RedwoodWebJestEnv.js +0 -18
  227. package/dist/config/jest/web/index.d.ts +0 -3
  228. package/dist/config/jest/web/index.d.ts.map +0 -1
  229. package/dist/config/jest/web/index.js +0 -11
  230. package/dist/config/jest/web/jest-preset.d.ts +0 -4
  231. package/dist/config/jest/web/jest-preset.d.ts.map +0 -1
  232. package/dist/config/jest/web/jest-preset.js +0 -89
  233. package/dist/config/jest/web/jest.setup.d.ts +0 -8
  234. package/dist/config/jest/web/jest.setup.d.ts.map +0 -1
  235. package/dist/config/jest/web/jest.setup.js +0 -28
  236. package/dist/config/jest/web/resolver.d.ts +0 -4
  237. package/dist/config/jest/web/resolver.d.ts.map +0 -1
  238. package/dist/config/jest/web/resolver.js +0 -38
  239. package/dist/config/jest/web/webBabelConfig.d.ts +0 -10
  240. package/dist/config/jest/web/webBabelConfig.d.ts.map +0 -1
  241. package/dist/config/jest/web/webBabelConfig.js +0 -18
  242. package/dist/web/fileMock.d.ts +0 -9
  243. package/dist/web/fileMock.d.ts.map +0 -1
  244. package/dist/web/fileMock.js +0 -4
@@ -1,25 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (let key of __getOwnPropNames(from))
11
- if (!__hasOwnProp.call(to, key) && key !== except)
12
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- }
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
- mod
23
- ));
24
- var jestPreset = __toESM(require("./jest-preset.js"), 1);
25
- module.exports = jestPreset;
@@ -1,4 +0,0 @@
1
- import type { Config } from 'jest';
2
- declare const config: Config;
3
- export default config;
4
- //# sourceMappingURL=jest-preset.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest-preset.d.ts","sourceRoot":"","sources":["../../../../../src/config/jest/api/jest-preset.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AASlC,QAAA,MAAM,MAAM,EAAE,MAyDb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,99 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var jest_preset_exports = {};
30
- __export(jest_preset_exports, {
31
- default: () => jest_preset_default
32
- });
33
- module.exports = __toCommonJS(jest_preset_exports);
34
- var import_node_path = __toESM(require("node:path"), 1);
35
- var import_babel_config = require("@cedarjs/babel-config");
36
- var import_project_config = require("@cedarjs/project-config");
37
- const rwjsPaths = (0, import_project_config.getPaths)();
38
- const NODE_MODULES_PATH = import_node_path.default.join(rwjsPaths.base, "node_modules");
39
- const { babelrc } = (0, import_babel_config.getApiSideDefaultBabelConfig)();
40
- const config = {
41
- // To make sure other config option which depends on rootDir use
42
- // correct path, for example, coverageDirectory
43
- rootDir: rwjsPaths.base,
44
- roots: [import_node_path.default.join(rwjsPaths.api.src)],
45
- runner: import_node_path.default.join(__dirname, "../jest-serial-runner.js"),
46
- testEnvironment: import_node_path.default.join(__dirname, "./RedwoodApiJestEnv.js"),
47
- globals: {
48
- __RWJS__TEST_IMPORTS: {
49
- apiSrcPath: rwjsPaths.api.src,
50
- tearDownCachePath: import_node_path.default.join(
51
- rwjsPaths.generated.base,
52
- "scenarioTeardown.json"
53
- ),
54
- prismaConfigPath: rwjsPaths.api.prismaConfig
55
- }
56
- },
57
- sandboxInjectedGlobals: ["__RWJS__TEST_IMPORTS"],
58
- displayName: {
59
- color: "redBright",
60
- name: "api"
61
- },
62
- collectCoverageFrom: [
63
- "**/*.{js,jsx,ts,tsx}",
64
- "!**/node_modules/**",
65
- "!**/dist/**"
66
- ],
67
- coverageDirectory: import_node_path.default.join(rwjsPaths.base, "coverage"),
68
- watchPlugins: [
69
- "jest-watch-typeahead/filename",
70
- "jest-watch-typeahead/testname"
71
- ],
72
- // This runs once before all tests
73
- globalSetup: import_node_path.default.join(__dirname, "./globalSetup.js"),
74
- // Note this setup runs for each test file!
75
- setupFilesAfterEnv: [import_node_path.default.join(__dirname, "./jest.setup.js")],
76
- moduleNameMapper: {
77
- // @NOTE: Import @cedarjs/testing in api tests, and it automatically remaps to the api side only
78
- // This is to prevent web stuff leaking into api, and vice versa
79
- "^@cedarjs/testing$": import_node_path.default.join(NODE_MODULES_PATH, "@cedarjs/testing/api"),
80
- // Support for importing files with extensions (like you'd do in ESM projects)
81
- "^(\\.{1,2}/.*)\\.js$": "$1"
82
- },
83
- transform: {
84
- "\\.[jt]sx?$": [
85
- "babel-jest",
86
- // When jest runs tests in parallel, it serializes the config before passing down options to babel
87
- // that's why these must be serializable. So ideally, we should just pass reference to a
88
- // configFile or "extends" a config. But we need a few other option only at root level, so we'll pass
89
- // here and remove those keys inside "extend"ed config.
90
- {
91
- babelrc,
92
- // babelrc can not reside inside "extend"ed config, that's why we have it here
93
- configFile: import_node_path.default.resolve(__dirname, "./apiBabelConfig.js")
94
- }
95
- ]
96
- },
97
- testPathIgnorePatterns: [".scenarios.[jt]s$"]
98
- };
99
- var jest_preset_default = config;
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=jest.setup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.setup.d.ts","sourceRoot":"","sources":["../../../../../src/config/jest/api/jest.setup.ts"],"names":[],"mappings":""}
@@ -1,271 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (let key of __getOwnPropNames(from))
11
- if (!__hasOwnProp.call(to, key) && key !== except)
12
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- }
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
- mod
23
- ));
24
- var import_node_fs = __toESM(require("node:fs"), 1);
25
- var import_node_path = __toESM(require("node:path"), 1);
26
- var import_scenario = require("../../../api/scenario.js");
27
- const { apiSrcPath, tearDownCachePath, prismaConfigPath } = global.__RWJS__TEST_IMPORTS;
28
- global.defineScenario = import_scenario.defineScenario;
29
- const mockContextStore = /* @__PURE__ */ new Map();
30
- const mockContext = new Proxy(
31
- {},
32
- {
33
- get: (_target, prop) => {
34
- if (prop === "toJSON") {
35
- return () => mockContextStore.get("context");
36
- }
37
- return mockContextStore.get("context")[prop];
38
- },
39
- set: (_target, prop, value) => {
40
- const ctx = mockContextStore.get("context");
41
- ctx[prop] = value;
42
- return true;
43
- }
44
- }
45
- );
46
- global.mockCurrentUser = (currentUser) => {
47
- mockContextStore.set("context", { currentUser });
48
- };
49
- const FOREIGN_KEY_ERRORS = [1451, 1811, 23503];
50
- const TEARDOWN_CACHE_PATH = tearDownCachePath;
51
- const DEFAULT_SCENARIO = "standard";
52
- let teardownOrder = [];
53
- let originalTeardownOrder = [];
54
- const deepCopy = (obj) => {
55
- return JSON.parse(JSON.stringify(obj));
56
- };
57
- const isIdenticalArray = (a, b) => {
58
- return JSON.stringify(a) === JSON.stringify(b);
59
- };
60
- const configureTeardown = async () => {
61
- const { getDMMF, getSchemaWithPath } = await import("@prisma/internals");
62
- const { getSchemaPath } = await import("@cedarjs/project-config");
63
- const schemaPath = await getSchemaPath(prismaConfigPath);
64
- const { schemas } = await getSchemaWithPath(schemaPath);
65
- const schema = await getDMMF({ datamodel: schemas });
66
- const schemaModels = schema.datamodel.models.map(
67
- (m) => m.dbName || m.name
68
- );
69
- if (import_node_fs.default.existsSync(TEARDOWN_CACHE_PATH)) {
70
- teardownOrder = JSON.parse(import_node_fs.default.readFileSync(TEARDOWN_CACHE_PATH).toString());
71
- }
72
- if (teardownOrder.length !== schemaModels.length) {
73
- teardownOrder = schemaModels;
74
- }
75
- originalTeardownOrder = deepCopy(teardownOrder);
76
- };
77
- let quoteStyle;
78
- const getQuoteStyle = async () => {
79
- const { getConfig: getPrismaConfig, getSchemaWithPath } = await import("@prisma/internals");
80
- const { getSchemaPath } = await import("@cedarjs/project-config");
81
- const schemaPath = await getSchemaPath(prismaConfigPath);
82
- const result = await getSchemaWithPath(schemaPath);
83
- if (!quoteStyle) {
84
- const config = await getPrismaConfig({
85
- datamodel: result.schemas
86
- });
87
- switch (config.datasources?.[0]?.provider) {
88
- case "mysql":
89
- quoteStyle = "`";
90
- break;
91
- default:
92
- quoteStyle = '"';
93
- }
94
- }
95
- return quoteStyle;
96
- };
97
- const getProjectDb = async () => {
98
- const { db } = await import(`${apiSrcPath}/lib/db`);
99
- return db;
100
- };
101
- function buildScenario(itFunc, testPath) {
102
- const scenarioFunc = (...args) => {
103
- let scenarioName, testName, testFunc;
104
- if (args.length === 3) {
105
- ;
106
- [scenarioName, testName, testFunc] = args;
107
- } else if (args.length === 2) {
108
- scenarioName = DEFAULT_SCENARIO;
109
- [testName, testFunc] = args;
110
- } else {
111
- throw new Error("scenario() requires 2 or 3 arguments");
112
- }
113
- return itFunc(testName, async () => {
114
- const { scenario } = await loadScenarios(testPath, scenarioName);
115
- const scenarioData = await seedScenario(scenario);
116
- try {
117
- const result = await testFunc(scenarioData);
118
- return result;
119
- } finally {
120
- if (wasDbUsed()) {
121
- await teardown();
122
- }
123
- }
124
- });
125
- };
126
- return Object.assign(scenarioFunc, { only: scenarioFunc });
127
- }
128
- function buildDescribeScenario(describeFunc, testPath) {
129
- const describeScenarioFunc = (...args) => {
130
- let scenarioName, describeBlockName, describeBlock;
131
- if (args.length === 3) {
132
- ;
133
- [scenarioName, describeBlockName, describeBlock] = args;
134
- } else if (args.length === 2) {
135
- scenarioName = DEFAULT_SCENARIO;
136
- [describeBlockName, describeBlock] = args;
137
- } else {
138
- throw new Error("describeScenario() requires 2 or 3 arguments");
139
- }
140
- return describeFunc(describeBlockName, () => {
141
- let scenarioData;
142
- beforeAll(async () => {
143
- const { scenario } = await loadScenarios(testPath, scenarioName);
144
- scenarioData = await seedScenario(scenario);
145
- });
146
- afterAll(async () => {
147
- if (wasDbUsed()) {
148
- await teardown();
149
- }
150
- });
151
- const getScenario = () => scenarioData;
152
- describeBlock(getScenario);
153
- });
154
- };
155
- return Object.assign(describeScenarioFunc, { only: describeScenarioFunc });
156
- }
157
- const teardown = async () => {
158
- const quoteStyle2 = await getQuoteStyle();
159
- for (let i = 0; i < teardownOrder.length; i++) {
160
- const modelName = teardownOrder[i];
161
- if (!modelName) {
162
- continue;
163
- }
164
- try {
165
- const db = await getProjectDb();
166
- await db.$executeRawUnsafe(
167
- `DELETE FROM ${quoteStyle2}${modelName}${quoteStyle2}`
168
- );
169
- } catch (e) {
170
- const message = isErrorWithMessage(e) ? e.message : "";
171
- const match = message.match(/Code: `(\d+)`/);
172
- if (match && FOREIGN_KEY_ERRORS.includes(parseInt(match[1]))) {
173
- teardownOrder.splice(i, 1);
174
- teardownOrder.push(modelName);
175
- i--;
176
- } else {
177
- throw e;
178
- }
179
- }
180
- }
181
- if (!isIdenticalArray(teardownOrder, originalTeardownOrder)) {
182
- originalTeardownOrder = deepCopy(teardownOrder);
183
- import_node_fs.default.writeFileSync(TEARDOWN_CACHE_PATH, JSON.stringify(teardownOrder));
184
- }
185
- };
186
- const seedScenario = async (scenario) => {
187
- if (scenario) {
188
- const scenarios = {};
189
- const db = await getProjectDb();
190
- for (const [model, namedFixtures] of Object.entries(scenario)) {
191
- scenarios[model] = {};
192
- for (const [name, createArgs] of Object.entries(namedFixtures)) {
193
- if (typeof createArgs === "function") {
194
- scenarios[model][name] = await db[model].create(createArgs(scenarios));
195
- } else {
196
- scenarios[model][name] = await db[model].create(createArgs);
197
- }
198
- }
199
- }
200
- return scenarios;
201
- } else {
202
- return {};
203
- }
204
- };
205
- global.scenario = buildScenario(global.it, global.testPath);
206
- global.describeScenario = buildDescribeScenario(
207
- global.describe,
208
- global.testPath
209
- );
210
- const wasDbUsed = () => {
211
- try {
212
- const libDbPath = require.resolve(`${apiSrcPath}/lib/db`);
213
- return Object.keys(require.cache).some((module2) => {
214
- return module2 === libDbPath;
215
- });
216
- } catch {
217
- return false;
218
- }
219
- };
220
- jest.mock("@cedarjs/context", () => {
221
- return {
222
- context: mockContext,
223
- setContext: (newContext) => {
224
- mockContextStore.set("context", newContext);
225
- }
226
- };
227
- });
228
- beforeEach(() => {
229
- mockContextStore.set("context", {});
230
- });
231
- beforeAll(async () => {
232
- if (wasDbUsed()) {
233
- await configureTeardown();
234
- }
235
- });
236
- afterAll(async () => {
237
- if (wasDbUsed()) {
238
- const db = await getProjectDb();
239
- db.$disconnect();
240
- }
241
- });
242
- async function loadScenarios(testPath, scenarioName) {
243
- const testFileDir = import_node_path.default.parse(testPath);
244
- const testFileNameParts = testFileDir.name.split(".");
245
- const testFilePath = `${testFileDir.dir}/${testFileNameParts.slice(0, testFileNameParts.length - 1).join(".")}.scenarios`;
246
- let allScenarios;
247
- let scenario;
248
- try {
249
- allScenarios = await import(testFilePath);
250
- } catch (e) {
251
- if (isErrorWithCode(e) && e.code !== "MODULE_NOT_FOUND") {
252
- throw new Error(`Failed to load scenario: ${e}`);
253
- }
254
- }
255
- if (allScenarios) {
256
- if (allScenarios[scenarioName]) {
257
- scenario = allScenarios[scenarioName];
258
- } else {
259
- throw new Error(
260
- `UndefinedScenario: There is no scenario named "${scenarioName}" in ${testFilePath}.{js,ts}`
261
- );
262
- }
263
- }
264
- return { scenario };
265
- }
266
- function isErrorWithCode(error) {
267
- return !!error && typeof error === "object" && "code" in error && typeof error.code === "string";
268
- }
269
- function isErrorWithMessage(error) {
270
- return !!error && typeof error === "object" && "message" in error && typeof error.message === "string";
271
- }
@@ -1,11 +0,0 @@
1
- import type { PluginObj, PluginPass } from '@babel/core';
2
- import type * as t from '@babel/types';
3
- interface PluginState extends PluginPass {
4
- exportNames: string[];
5
- hasDefaultExport: boolean;
6
- }
7
- export default function ({ types, }: {
8
- types: typeof t;
9
- }): PluginObj<PluginState>;
10
- export {};
11
- //# sourceMappingURL=babel-plugin-redwood-cell.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"babel-plugin-redwood-cell.d.ts","sourceRoot":"","sources":["../../../../../src/config/jest/babelPlugins/babel-plugin-redwood-cell.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAA;AAqCtC,UAAU,WAAY,SAAQ,UAAU;IAKtC,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,gBAAgB,EAAE,OAAO,CAAA;CAC1B;AAED,MAAM,CAAC,OAAO,WAAW,EACvB,KAAK,GACN,EAAE;IACD,KAAK,EAAE,OAAO,CAAC,CAAA;CAChB,GAAG,SAAS,CAAC,WAAW,CAAC,CAkHzB"}
@@ -1,121 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var babel_plugin_redwood_cell_exports = {};
20
- __export(babel_plugin_redwood_cell_exports, {
21
- default: () => babel_plugin_redwood_cell_default
22
- });
23
- module.exports = __toCommonJS(babel_plugin_redwood_cell_exports);
24
- var import_node_path = require("node:path");
25
- const EXPECTED_EXPORTS_FROM_CELL = [
26
- "beforeQuery",
27
- "QUERY",
28
- "data",
29
- "isEmpty",
30
- "afterQuery",
31
- "Loading",
32
- "Success",
33
- "Failure",
34
- "Empty"
35
- ];
36
- function isExpectedExport(name) {
37
- return name !== void 0 && EXPECTED_EXPORTS_FROM_CELL.includes(name);
38
- }
39
- function babel_plugin_redwood_cell_default({
40
- types
41
- }) {
42
- return {
43
- name: "babel-plugin-redwood-cell",
44
- visitor: {
45
- ExportDefaultDeclaration(path, state) {
46
- state.hasDefaultExport = true;
47
- },
48
- ExportNamedDeclaration(path, state) {
49
- const declaration = path.node.declaration;
50
- if (!declaration) {
51
- return;
52
- }
53
- let name;
54
- if (declaration.type === "VariableDeclaration") {
55
- const id = declaration.declarations[0].id;
56
- if (id.type === "Identifier") {
57
- name = id.name;
58
- }
59
- }
60
- if (declaration.type === "FunctionDeclaration") {
61
- name = declaration?.id?.name;
62
- }
63
- if (isExpectedExport(name)) {
64
- state.exportNames.push(name);
65
- }
66
- },
67
- Program: {
68
- enter(_path, state) {
69
- state.exportNames = [];
70
- state.hasDefaultExport = false;
71
- },
72
- exit(path, state) {
73
- const hasQueryOrDataExport = state.exportNames.includes("QUERY") || state.exportNames.includes("data");
74
- if (state.hasDefaultExport || !hasQueryOrDataExport) {
75
- return;
76
- }
77
- const createCellHookName = state.exportNames.includes("data") ? "createServerCell" : "createCell";
78
- const importFrom = state.exportNames.includes("data") ? "@cedarjs/web/dist/components/cell/createServerCell" : "@cedarjs/web";
79
- path.node.body.unshift(
80
- types.importDeclaration(
81
- [
82
- types.importSpecifier(
83
- types.identifier(createCellHookName),
84
- types.identifier(createCellHookName)
85
- )
86
- ],
87
- types.stringLiteral(importFrom)
88
- )
89
- );
90
- const objectProperties = [
91
- ...state.exportNames.map(
92
- (name) => types.objectProperty(
93
- types.identifier(name),
94
- types.identifier(name),
95
- false,
96
- true
97
- )
98
- )
99
- ];
100
- if (state.file.opts.filename) {
101
- objectProperties.push(
102
- types.objectProperty(
103
- types.identifier("displayName"),
104
- types.stringLiteral((0, import_node_path.parse)(state.file.opts.filename).name),
105
- false,
106
- true
107
- )
108
- );
109
- }
110
- path.node.body.push(
111
- types.exportDefaultDeclaration(
112
- types.callExpression(types.identifier(createCellHookName), [
113
- types.objectExpression(objectProperties)
114
- ])
115
- )
116
- );
117
- }
118
- }
119
- }
120
- };
121
- }
@@ -1,8 +0,0 @@
1
- import jestRunner from 'jest-runner';
2
- declare const TestRunner: (typeof jestRunner)['default'];
3
- declare class SerialRunner extends TestRunner {
4
- isSerial: boolean;
5
- constructor(...attr: ConstructorParameters<typeof TestRunner>);
6
- }
7
- export = SerialRunner;
8
- //# sourceMappingURL=jest-serial-runner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest-serial-runner.d.ts","sourceRoot":"","sources":["../../../../src/config/jest/jest-serial-runner.ts"],"names":[],"mappings":"AAGA,OAAO,UAAU,MAAM,aAAa,CAAA;AAGpC,QAAA,MAAM,UAAU,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,SAAS,CAGb,CAAA;AAElC,cAAM,YAAa,SAAQ,UAAU;IAC5B,QAAQ,EAAE,OAAO,CAAA;gBAEZ,GAAG,IAAI,EAAE,qBAAqB,CAAC,OAAO,UAAU,CAAC;CAI9D;AAMD,SAAS,YAAY,CAAA"}
@@ -1,37 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (let key of __getOwnPropNames(from))
11
- if (!__hasOwnProp.call(to, key) && key !== except)
12
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- }
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
- mod
23
- ));
24
- var import_jest_runner = __toESM(require("jest-runner"), 1);
25
- const TestRunner = (
26
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
27
- // @ts-ignore
28
- import_jest_runner.default.default || import_jest_runner.default
29
- );
30
- class SerialRunner extends TestRunner {
31
- isSerial;
32
- constructor(...attr) {
33
- super(...attr);
34
- this.isSerial = true;
35
- }
36
- }
37
- module.exports = SerialRunner;
@@ -1,6 +0,0 @@
1
- import { TestEnvironment } from 'jest-environment-jsdom';
2
- declare class RedwoodWebJestEnvironment extends TestEnvironment {
3
- setup(): Promise<void>;
4
- }
5
- export default RedwoodWebJestEnvironment;
6
- //# sourceMappingURL=RedwoodWebJestEnv.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedwoodWebJestEnv.d.ts","sourceRoot":"","sources":["../../../../../src/config/jest/web/RedwoodWebJestEnv.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAIxD,cAAM,yBAA0B,SAAQ,eAAe;IAC/C,KAAK;CAaZ;AAED,eAAe,yBAAyB,CAAA"}
@@ -1,38 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var RedwoodWebJestEnv_exports = {};
20
- __export(RedwoodWebJestEnv_exports, {
21
- default: () => RedwoodWebJestEnv_default
22
- });
23
- module.exports = __toCommonJS(RedwoodWebJestEnv_exports);
24
- var import_node_util = require("node:util");
25
- var import_jest_environment_jsdom = require("jest-environment-jsdom");
26
- class RedwoodWebJestEnvironment extends import_jest_environment_jsdom.TestEnvironment {
27
- async setup() {
28
- await super.setup();
29
- if (typeof this.global.TextEncoder === "undefined") {
30
- this.global.TextEncoder = import_node_util.TextEncoder;
31
- this.global.TextDecoder = import_node_util.TextDecoder;
32
- }
33
- if (typeof this.global.crypto.subtle === "undefined") {
34
- this.global.crypto.subtle = {};
35
- }
36
- }
37
- }
38
- var RedwoodWebJestEnv_default = RedwoodWebJestEnvironment;
@@ -1,3 +0,0 @@
1
- import * as jestPreset from './jest-preset.js';
2
- export = jestPreset;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/jest/web/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,UAAU,MAAM,kBAAkB,CAAA;AAM9C,SAAS,UAAU,CAAA"}