Correct test for 'ReferenceOptions' object in 'joi'.

This commit is contained in:
Daniel Rosenwasser
2015-08-06 17:32:00 -07:00
parent b1578458f4
commit c6fed019e8
+2 -3
View File
@@ -78,9 +78,8 @@ whenOpts = {is: schema, otherwise: schema};
var refOpts: Joi.ReferenceOptions = null;
refOpts = {alias: bool};
refOpts = {multiple: bool};
refOpts = {override: bool};
refOpts = {separator: str};
refOpts = {contextPrefix: str};
// --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---