Skip to content

Commit

Permalink
test: 💍 update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Reese committed Sep 22, 2020
1 parent a3c105e commit c571d4a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/utils/__tests__/__snapshots__/validations.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ ObjectSchema {
],
"type": "object",
},
"shortcodes": SchemaType {
"shortcodes": ArraySchema {
"_blacklist": RefSet {
"list": Set {},
"refs": Map {},
Expand All @@ -1245,15 +1245,19 @@ ObjectSchema {
"abortEarly": true,
"recursive": true,
},
"_type": "mixed",
"_subType": undefined,
"_type": "array",
"_typeError": [Function],
"_whitelist": RefSet {
"list": Set {},
"refs": Map {},
},
"innerType": undefined,
"tests": Array [],
"transforms": Array [],
"type": "mixed",
"transforms": Array [
[Function],
],
"type": "array",
},
},
"tests": Array [],
Expand Down Expand Up @@ -1332,7 +1336,7 @@ ObjectSchema {
"_default": Object {},
"_deps": Array [],
"_exclusive": Object {},
"_label": "Async/sync function that returns a JS object. Can also be a plain JS object. Important: If this is a function it is passed a '{data}' parameter. This parameter should be mutated and returned to pick up any data populated via hooks or plugins.",
"_label": "Async/sync function that returns a JS object. Can also be a plain JS object.",
"_mutate": undefined,
"_options": Object {
"abortEarly": true,
Expand Down

0 comments on commit c571d4a

Please sign in to comment.