Skip to content

Commit

Permalink
Update snaphots
Browse files Browse the repository at this point in the history
  • Loading branch information
bolariin committed May 18, 2021
1 parent c7d7940 commit e570628
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions test/__snapshots__/Cli.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3038,6 +3038,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-exclude-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].exclude.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].exclude.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-include": Object {
"configs": Array [
Object {
Expand All @@ -3057,6 +3076,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-include-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].include.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].include.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-issuer": Object {
"configs": Array [
Object {
Expand Down Expand Up @@ -3114,6 +3152,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-issuer-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].issuer.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].issuer.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-layer": Object {
"configs": Array [
Object {
Expand Down Expand Up @@ -3197,6 +3254,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-real-resource-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].realResource.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].realResource.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-reset": Object {
"configs": Array [
Object {
Expand Down Expand Up @@ -3267,6 +3343,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-resource-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].resource.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].resource.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-resource-query": Object {
"configs": Array [
Object {
Expand Down Expand Up @@ -3337,6 +3432,25 @@ Object {
"multiple": true,
"simpleType": "string",
},
"module-rules-test-not": Object {
"configs": Array [
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].test.not",
"type": "RegExp",
},
Object {
"description": "Logical NOT.",
"multiple": true,
"path": "module.rules[].test.not",
"type": "path",
},
],
"description": "Logical NOT.",
"multiple": true,
"simpleType": "string",
},
"module-rules-type": Object {
"configs": Array [
Object {
Expand Down

0 comments on commit e570628

Please sign in to comment.