Skip to content

Commit

Permalink
minor(vest): addMessage suite selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jun 14, 2024
1 parent 28b1d0b commit bb706ad
Show file tree
Hide file tree
Showing 21 changed files with 235 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exports[`Base behavior Should produce correct validation result 1`] = `
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`Stateful async tests Merges skipped validations from previous suite 1`]
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -114,6 +115,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -231,6 +233,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`Stateful behavior Should merge skipped fields with previous values 1`]
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -108,6 +109,7 @@ exports[`Stateful behavior Should merge skipped fields with previous values 2`]
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -210,6 +212,7 @@ exports[`Stateful behavior Should merge skipped fields with previous values 3`]
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -300,6 +303,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -329,6 +333,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -392,6 +397,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -457,6 +463,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ exports[`useLoadSuite Calling useLoadSuite should resume from loaded state 1`] =
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -381,6 +382,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`test.memo cache hit Should produce correct initial result 1`] = `
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -86,6 +87,7 @@ exports[`test.memo cache hit sync Should restore previous result on re-run 1`] =
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports[`Test Vest's \`test\` function test params creates a test without a key
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -108,6 +109,7 @@ exports[`Test Vest's \`test\` function test params creates a test without a mess
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -178,6 +180,7 @@ exports[`Test Vest's \`test\` function test params creates a test without a mess
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`include Field is excluded via \`skip\` Should disregard \`include.when\
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -69,6 +70,7 @@ exports[`include Field is excluded via \`skip\` Should disregard \`include\` and
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -124,6 +126,7 @@ exports[`include Test is excluded via \`skip.group\` Should disregard \`include.
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -200,6 +203,7 @@ exports[`include Test is excluded via \`skip.group\` Should disregard \`include\
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -276,6 +280,7 @@ exports[`include Test is excluded via \`skipWhen\` Should disregard \`include.wh
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -322,6 +327,7 @@ exports[`include Test is excluded via \`skipWhen\` Should disregard \`include\`
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -373,6 +379,7 @@ exports[`include There is an \`onlyd\` field \`include\` is run as-is without mo
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -428,6 +435,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -497,6 +505,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -566,6 +575,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -612,6 +622,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -681,6 +692,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -745,6 +757,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -809,6 +822,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -878,6 +892,7 @@ exports[`include There is an \`onlyd\` field include().when() \`when\` param is
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -947,6 +962,7 @@ exports[`include When no \`skip\` or \`only\` include has no effect 1`] = `
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -1007,6 +1023,7 @@ exports[`include When no \`skip\` or \`only\` include().when has no effect 1`] =
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports[`Top Level Focus Top Level Skip When passing false Should run all fields
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -106,6 +107,7 @@ exports[`Top Level Focus Top Level Skip When passing undefined Should run all fi
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -160,6 +161,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -292,6 +294,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -377,6 +380,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -483,6 +487,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -587,6 +592,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -682,6 +688,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -814,6 +821,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -917,6 +925,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -990,6 +999,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -1047,6 +1057,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -1110,6 +1121,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down Expand Up @@ -1178,6 +1190,7 @@ SuiteSummary {
"getError": [Function],
"getErrors": [Function],
"getErrorsByGroup": [Function],
"getMessage": [Function],
"getWarning": [Function],
"getWarnings": [Function],
"getWarningsByGroup": [Function],
Expand Down
Loading

0 comments on commit bb706ad

Please sign in to comment.