fixed abuse_reports spec
This commit is contained in:
parent
a607f343c5
commit
3b9a1f36ee
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import '~/lib/utils/text_utility';
|
import '~/lib/utils/text_utility';
|
||||||
import AbuseReports from '~/abuse_reports';
|
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
|
||||||
|
|
||||||
describe('Abuse Reports', () => {
|
describe('Abuse Reports', () => {
|
||||||
const FIXTURE = 'abuse_reports/abuse_reports_list.html.raw';
|
const FIXTURE = 'abuse_reports/abuse_reports_list.html.raw';
|
Loading…
Reference in a new issue