Skip to content

Commit f6e1270

Browse files
committed
types
1 parent c4940ec commit f6e1270

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/frontend-shared/cypress/support/mock-graphql/stubgql-Query.ts

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ export const stubQuery: MaybeResolver<Query> = {
3131
baseError (source, args, ctx) {
3232
return {}
3333
},
34-
warnings () {
35-
return []
36-
},
3734
scaffoldedFiles () {
3835
// return [
3936
// {

packages/frontend-shared/cypress/support/mock-graphql/stubgql-Wizard.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const allBundlers = BUNDLERS.map((bundler, idx) => {
1212

1313
export const stubWizard: MaybeResolver<Wizard> = {
1414
__typename: 'Wizard',
15+
warnings: [],
1516
packagesToInstall: [
1617
{
1718
...testNodeId('WizardNpmPackage'),

0 commit comments

Comments
 (0)