add class usage non regression test
This commit is contained in:
parent
cbe8c84ec1
commit
fcb367666d
@ -140,4 +140,12 @@ describe("verify", function () {
|
|||||||
[]
|
[]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("class usage", function () {
|
||||||
|
verifyAndAssertMessages(
|
||||||
|
"class Lol {} module.exports = Lol;",
|
||||||
|
{ "no-unused-vars": 1 },
|
||||||
|
[]
|
||||||
|
);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user