mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-15 17:34:37 +00:00
Merge branch '3389-refactor-searches-unit-tests-to-return-errors' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes-second-approach
This commit is contained in:
commit
0d690e1a6a
@ -65,7 +65,7 @@
|
||||
"graphql-shield": "~7.2.2",
|
||||
"graphql-tag": "~2.10.3",
|
||||
"helmet": "~3.22.0",
|
||||
"ioredis": "^4.16.0",
|
||||
"ioredis": "^4.16.1",
|
||||
"jsonwebtoken": "~8.5.1",
|
||||
"linkifyjs": "~2.1.8",
|
||||
"lodash": "~4.17.14",
|
||||
|
||||
@ -104,6 +104,7 @@ describe('resolvers/searches', () => {
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -122,6 +123,7 @@ describe('resolvers/searches', () => {
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -202,6 +204,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
]),
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -222,6 +225,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -240,6 +244,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -262,6 +267,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -282,6 +288,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -302,6 +309,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -331,6 +339,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -358,6 +367,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
]),
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -400,6 +410,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
]),
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -438,6 +449,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
]),
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
@ -460,6 +472,7 @@ und hinter tausend Stäben keine Welt.`,
|
||||
},
|
||||
],
|
||||
},
|
||||
errors: undefined,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@ -5039,10 +5039,10 @@ invariant@^2.2.2, invariant@^2.2.4:
|
||||
dependencies:
|
||||
loose-envify "^1.0.0"
|
||||
|
||||
ioredis@^4.16.0, ioredis@^4.6.3:
|
||||
version "4.16.0"
|
||||
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.16.0.tgz#44d51288e20da14e5b6f687b2db0312e69106556"
|
||||
integrity sha512-tlalhtuvnxXJNtrPjec1nGicuOCpi9ErYV/fRfwaWSzktX9ESrzHlcFwj1pVAL326E8dmt7h9pPQZyyVPPksRA==
|
||||
ioredis@^4.16.1, ioredis@^4.6.3:
|
||||
version "4.16.1"
|
||||
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.16.1.tgz#377c21d2a4fa8cc31fe9028c666f8dd16a6255bf"
|
||||
integrity sha512-g76Mm9dE7BLuewncu1MimGZw5gDDjDwjoRony/VoSxSJEKAhuYncDEwYKYjtHi2NWsTNIB6XXRjE64uVa/wpKQ==
|
||||
dependencies:
|
||||
cluster-key-slot "^1.1.0"
|
||||
debug "^4.1.1"
|
||||
|
||||
@ -100,7 +100,7 @@
|
||||
"@babel/core": "~7.9.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/preset-env": "~7.9.0",
|
||||
"@storybook/addon-a11y": "^5.3.17",
|
||||
"@storybook/addon-a11y": "^5.3.18",
|
||||
"@storybook/addon-actions": "^5.3.17",
|
||||
"@storybook/addon-notes": "^5.3.18",
|
||||
"@storybook/vue": "~5.3.17",
|
||||
|
||||
@ -2210,17 +2210,17 @@
|
||||
dependencies:
|
||||
type-detect "4.0.8"
|
||||
|
||||
"@storybook/addon-a11y@^5.3.17":
|
||||
version "5.3.17"
|
||||
resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-5.3.17.tgz#b84534a5a0c91bc273917f3b8d34b068e9d250a5"
|
||||
integrity sha512-r4GI++IIjxa3UW5BmsVdU24MK2cyiNIzdcgWsTTCA2lSnb3AzPy7Yi1FaAClAjQmBbJSRIJkkyoZZle3btTAPg==
|
||||
"@storybook/addon-a11y@^5.3.18":
|
||||
version "5.3.18"
|
||||
resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-5.3.18.tgz#3f35b2f03a0f292c415d659b5f6f8c00a029c9f7"
|
||||
integrity sha512-DySJg3Q+GqLhVdQNsGwdO7V0cewSzhWdK3LDkZxF0eTvP8rTWG6+SyNFPClYO/MR/i1M6zKMMOoJoT++fu866A==
|
||||
dependencies:
|
||||
"@storybook/addons" "5.3.17"
|
||||
"@storybook/api" "5.3.17"
|
||||
"@storybook/client-logger" "5.3.17"
|
||||
"@storybook/components" "5.3.17"
|
||||
"@storybook/core-events" "5.3.17"
|
||||
"@storybook/theming" "5.3.17"
|
||||
"@storybook/addons" "5.3.18"
|
||||
"@storybook/api" "5.3.18"
|
||||
"@storybook/client-logger" "5.3.18"
|
||||
"@storybook/components" "5.3.18"
|
||||
"@storybook/core-events" "5.3.18"
|
||||
"@storybook/theming" "5.3.18"
|
||||
axe-core "^3.3.2"
|
||||
core-js "^3.0.1"
|
||||
global "^4.3.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user