Answers for "check that function return array in chai"

1

chai expect to be type array

expect([1, 2]).to.be.an('array');
Posted by: Guest on April-13-2020

Code answers related to "check that function return array in chai"

Browse Popular Code Answers by Language