mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273536f6aab1df67d908ed5e306868b2a.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import Quote from 'discourse/lib/quote';
|
||||
import Post from 'discourse/models/post';
|
||||
|
||||
module("Discourse.BBCode");
|
||||
|
||||
@ -79,7 +78,7 @@ test("size tags", function() {
|
||||
|
||||
test("quotes", function() {
|
||||
|
||||
var post = Post.create({
|
||||
var post = Discourse.Post.create({
|
||||
cooked: "<p><b>lorem</b> ipsum</p>",
|
||||
username: "eviltrout",
|
||||
post_number: 1,
|
||||
|
Reference in New Issue
Block a user