2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Make prettier happy.

This commit is contained in:
Guo Xiang Tan 2018-07-21 18:03:39 +08:00
parent 096e8ee21c
commit 863de8cb76

View file

@ -1,6 +1,6 @@
import { acceptance } from 'helpers/qunit-helpers';
import { acceptance } from "helpers/qunit-helpers";
acceptance('Dashboard Next', {
acceptance("Dashboard Next", {
loggedIn: true
});