Is it possible to use assert.equal method in Node.js like this:
assert.equal(some_var, 12 OR 34);
If some_var is 12 or 34 I need the test to have passed.
Aucun commentaire:
Enregistrer un commentaire