mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: introduces prettier for es6 files
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import componentTest from 'helpers/component-test';
|
||||
import componentTest from "helpers/component-test";
|
||||
|
||||
export function moduleForWidget(name) {
|
||||
moduleForComponent(name, `widget:${name}`, { integration: true });
|
||||
@ -6,4 +6,4 @@ export function moduleForWidget(name) {
|
||||
|
||||
export function widgetTest(name, opts) {
|
||||
return componentTest(name, opts);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user