mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 00:54:57 +08:00
Add ES6 support to more files
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
module("lib:category-link");
|
||||
|
||||
import parseHTML from 'helpers/parse-html';
|
||||
import { categoryBadgeHTML } from "discourse/helpers/category-link";
|
||||
|
||||
test("categoryBadge without a category", function() {
|
||||
|
Reference in New Issue
Block a user