validate icon indicating copy to clipboard operation
validate copied to clipboard

Single enum variable validation message

Open thebitrock opened this issue 4 years ago • 1 comments

fieldName: { type: String, enum: ['A'] }, return message 'fieldName must be either or A.'

thebitrock avatar May 06 '20 12:05 thebitrock

Codecov Report

Merging #115 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files           6        6           
  Lines         248      248           
=======================================
  Hits          245      245           
  Misses          3        3           
Impacted Files Coverage Δ
src/messages.js 89.65% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed3f1ba...a4710e2. Read the comment docs.

codecov[bot] avatar May 06 '20 12:05 codecov[bot]