提交 7a7866a5 编写于 作者: W Winnie Hellmann

Move abuse_reports_spec.js to Jest

上级 a85fd76f
......@@ -16,9 +16,9 @@ describe('Abuse Reports', () => {
preloadFixtures(FIXTURE);
beforeEach(function() {
beforeEach(() => {
loadFixtures(FIXTURE);
this.abuseReports = new AbuseReports();
new AbuseReports(); // eslint-disable-line no-new
$messages = $('.abuse-reports .message');
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册