mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Raw Handlebars ported to ES6
This commit is contained in:
@@ -1,18 +1,6 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("Category hashtag", {
|
||||
loggedIn: true,
|
||||
setup() {
|
||||
const response = (object) => {
|
||||
return [
|
||||
200,
|
||||
{"Content-Type": "application/json"},
|
||||
object
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
});
|
||||
acceptance("Category hashtag", { loggedIn: true });
|
||||
|
||||
test("category hashtag is cooked properly", () => {
|
||||
visit("/t/internationalization-localization/280");
|
||||
|
||||
Reference in New Issue
Block a user