mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273.
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