Skip to content

Commit

Permalink
chore: fix broken tests (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina authored Sep 19, 2024
1 parent 0ef099e commit 52afc57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/custom-directives-with-batching.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ t.test('gateway with batching', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'external',
'requires',
'provides',
Expand All @@ -168,6 +169,7 @@ t.test('gateway with batching', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'external',
'requires',
'provides',
Expand All @@ -184,6 +186,7 @@ t.test('gateway with batching', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'requires',
'custom'
])
Expand Down
3 changes: 3 additions & 0 deletions test/custom-directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ t.test('gateway', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'external',
'requires',
'provides',
Expand All @@ -168,6 +169,7 @@ t.test('gateway', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'external',
'requires',
'provides',
Expand All @@ -184,6 +186,7 @@ t.test('gateway', t => {
'skip',
'deprecated',
'specifiedBy',
'oneOf',
'requires',
'custom'
])
Expand Down
1 change: 1 addition & 0 deletions test/requires-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ test('gateway exposes @requires directive in list of directives', async t => {
{ name: 'skip' },
{ name: 'deprecated' },
{ name: 'specifiedBy' },
{ name: 'oneOf' },
{ name: 'requires' }
]
}
Expand Down

0 comments on commit 52afc57

Please sign in to comment.