Fix linter warnings

This commit is contained in:
Prashant Tiwari
2016-12-29 13:20:31 +05:30
parent 95b2281110
commit 0b9e00f058
2 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ expect(err).to.be.an.error(Error);
expect(err).to.be.an.error("Oops an error occured.");
expect(err).to.be.an.error(Error, /occured/);
expect(function () { return; }).to.be.a.function();
expect(func).to.be.a.function();
expect(123).to.be.a.number();