You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/scalars/__snapshots__/spec.ts.snap
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`should generate custom scalars for native and custom types using casual 1`] =`
3
+
exports[`custom scalar generation for native and custom types using casual should generate custom scalars for native and custom types using casual 1`] =`
4
4
"
5
5
export const anA = (overrides?: Partial<A>): A => {
6
6
return {
@@ -27,66 +27,66 @@ export const aC = (overrides?: Partial<C>): C => {
27
27
"
28
28
`;
29
29
30
-
exports[`should generate custom scalars for native and custom types using faker 1`] = `
31
-
"
30
+
exports[`custom scalar generation for native and custom types using casual should generate dynamic custom scalars for native and custom types using casual 1`] = `
31
+
"import casual from 'casual';
32
+
33
+
casual.seed(0);
34
+
32
35
export const anA = (overrides?: Partial<A>): A => {
exports[`should generate dynamic custom scalars for native and custom types using casual 1`] = `
58
-
"import casual from 'casual';
59
-
60
-
casual.seed(0);
61
-
62
+
exports[`custom scalar generation for native and custom types using faker should generate custom scalars for native and custom types using faker 1`] = `
63
+
"
62
64
export const anA = (overrides?: Partial<A>): A => {
exports[`should generate dynamic custom scalars for native and custom types using faker 1`] = `
89
+
exports[`custom scalar generation for native and custom types using faker should generate dynamic custom scalars for native and custom types using faker 1`] = `
0 commit comments