mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
Upgrade QUnit to latest version
This commit is contained in:
parent
8ae445766f
commit
cc525b1a8d
145 changed files with 7569 additions and 6763 deletions
|
@ -5,7 +5,7 @@ moduleForWidget('topic-participant');
|
|||
widgetTest('one post', {
|
||||
template: '{{mount-widget widget="topic-participant" args=args}}',
|
||||
|
||||
setup() {
|
||||
beforeEach() {
|
||||
this.set('args', {
|
||||
username: 'test',
|
||||
avatar_template: '/images/avatar.png',
|
||||
|
@ -23,7 +23,7 @@ widgetTest('one post', {
|
|||
widgetTest('many posts, a primary group with flair', {
|
||||
template: '{{mount-widget widget="topic-participant" args=args}}',
|
||||
|
||||
setup() {
|
||||
beforeEach() {
|
||||
this.set('args', {
|
||||
username: 'test',
|
||||
avatar_template: '/images/avatar.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue