You missed this part:
Note: The parameter is optional. So you have to give it a default value.
There is even a corresponding sample test case: expect(arr()).to.deep.equal([]);
expect(arr()).to.deep.equal([]);
Loading collection data...
You missed this part:
There is even a corresponding sample test case:
expect(arr()).to.deep.equal([]);