Skip to content

Commit

Permalink
test: remove invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 26, 2020
1 parent 6015308 commit b4a8939
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/rules/assertions/requireReturnType.js
Expand Up @@ -427,32 +427,6 @@ export default {
},
],
misconfigured: [
{
errors: [
{
data: 'never',
dataPath: '[0]',
keyword: 'enum',
message: 'should be equal to one of the allowed values',
params: {
allowedValues: [
'always',
],
},
parentSchema: {
enum: [
'always',
],
type: 'string',
},
schema: [
'always',
],
schemaPath: '#/items/0/enum',
},
],
options: ['never'],
},
{
errors: [
{
Expand Down

0 comments on commit b4a8939

Please sign in to comment.