@cedarjs/testing 6.0.0-canary.2796 → 6.0.0-canary.2799
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/cjs/web/fileMock.d.ts +5 -4
- package/dist/cjs/web/fileMock.d.ts.map +1 -1
- package/dist/web/fileMock.d.ts +5 -4
- package/dist/web/fileMock.d.ts.map +1 -1
- package/dist/web/vitest/vite-plugin-cedarjs-router-import-transform.d.ts.map +1 -1
- package/dist/web/vitest/vite-plugin-create-auth-import-transform.d.ts.map +1 -1
- package/package.json +12 -12
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Usually, these files aren't particularly useful in tests so we can safely
|
|
4
|
-
*
|
|
5
|
-
*
|
|
2
|
+
* Lets Jest gracefully handle asset files such as stylesheets and images.
|
|
3
|
+
* Usually, these files aren't particularly useful in tests so we can safely
|
|
4
|
+
* mock them out. Asset imports are mapped to this module by the
|
|
5
|
+
* `moduleNameMapper` config in
|
|
6
|
+
* `packages/testing/src/config/jest/web/jest-preset.ts`.
|
|
6
7
|
*/
|
|
7
8
|
declare const _default: "fileMock";
|
|
8
9
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileMock.d.ts","sourceRoot":"","sources":["../../../src/web/fileMock.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"fileMock.d.ts","sourceRoot":"","sources":["../../../src/web/fileMock.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;wBACY,UAAU;AAAzB,wBAAyB"}
|
package/dist/web/fileMock.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Usually, these files aren't particularly useful in tests so we can safely
|
|
4
|
-
*
|
|
5
|
-
*
|
|
2
|
+
* Lets Jest gracefully handle asset files such as stylesheets and images.
|
|
3
|
+
* Usually, these files aren't particularly useful in tests so we can safely
|
|
4
|
+
* mock them out. Asset imports are mapped to this module by the
|
|
5
|
+
* `moduleNameMapper` config in
|
|
6
|
+
* `packages/testing/src/config/jest/web/jest-preset.ts`.
|
|
6
7
|
*/
|
|
7
8
|
declare const _default: "fileMock";
|
|
8
9
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileMock.d.ts","sourceRoot":"","sources":["../../src/web/fileMock.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"fileMock.d.ts","sourceRoot":"","sources":["../../src/web/fileMock.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;wBACY,UAAU;AAAzB,wBAAyB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite-plugin-cedarjs-router-import-transform.d.ts","sourceRoot":"","sources":["../../../src/web/vitest/vite-plugin-cedarjs-router-import-transform.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vite-plugin-cedarjs-router-import-transform.d.ts","sourceRoot":"","sources":["../../../src/web/vitest/vite-plugin-cedarjs-router-import-transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAExC;;;GAGG;AACH,wBAAgB,kCAAkC,IAAI,YAAY,CAejE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite-plugin-create-auth-import-transform.d.ts","sourceRoot":"","sources":["../../../src/web/vitest/vite-plugin-create-auth-import-transform.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vite-plugin-create-auth-import-transform.d.ts","sourceRoot":"","sources":["../../../src/web/vitest/vite-plugin-create-auth-import-transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAExC,wBAAgB,+BAA+B,IAAI,YAAY,CAuB9D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2799",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@babel/preset-env": "7.29.7",
|
|
120
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
121
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
122
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
123
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
120
|
+
"@cedarjs/babel-config": "6.0.0-canary.2799",
|
|
121
|
+
"@cedarjs/context": "6.0.0-canary.2799",
|
|
122
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2799",
|
|
123
|
+
"@cedarjs/project-config": "6.0.0-canary.2799",
|
|
124
124
|
"@testing-library/dom": "10.4.1",
|
|
125
125
|
"@testing-library/jest-dom": "6.9.1",
|
|
126
126
|
"@testing-library/react": "16.3.2",
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@arethetypeswrong/cli": "0.18.5",
|
|
145
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
146
|
-
"@cedarjs/framework-tools": "6.0.0-canary.
|
|
147
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
148
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
145
|
+
"@cedarjs/auth": "6.0.0-canary.2799",
|
|
146
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2799",
|
|
147
|
+
"@cedarjs/router": "6.0.0-canary.2799",
|
|
148
|
+
"@cedarjs/web": "6.0.0-canary.2799",
|
|
149
149
|
"concurrently": "9.2.4",
|
|
150
150
|
"jsdom": "27.4.0",
|
|
151
151
|
"publint": "0.3.22",
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
"vitest": "4.1.10"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
157
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
158
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
156
|
+
"@cedarjs/auth": "6.0.0-canary.2799",
|
|
157
|
+
"@cedarjs/router": "6.0.0-canary.2799",
|
|
158
|
+
"@cedarjs/web": "6.0.0-canary.2799",
|
|
159
159
|
"vitest": "4.1.10"
|
|
160
160
|
},
|
|
161
161
|
"peerDependenciesMeta": {
|