mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:21:04 +08:00
Upgrade QUnit to latest version
This commit is contained in:
@ -7,7 +7,7 @@ moduleForWidget('post-stream');
|
||||
function postStreamTest(name, attrs) {
|
||||
widgetTest(name, {
|
||||
template: `{{mount-widget widget="post-stream" args=(hash posts=posts)}}`,
|
||||
setup() {
|
||||
beforeEach() {
|
||||
this.set('posts', attrs.posts.call(this));
|
||||
},
|
||||
test: attrs.test
|
||||
|
Reference in New Issue
Block a user