mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 10:43:40 +08:00
Upgrade QUnit to latest version
This commit is contained in:
@ -4,7 +4,7 @@ moduleForWidget('post-links');
|
||||
|
||||
widgetTest("duplicate links", {
|
||||
template: '{{mount-widget widget="post-links" args=args}}',
|
||||
setup() {
|
||||
beforeEach() {
|
||||
this.set('args', {
|
||||
id: 2,
|
||||
links: [
|
||||
@ -20,7 +20,7 @@ widgetTest("duplicate links", {
|
||||
|
||||
widgetTest("collapsed links", {
|
||||
template: '{{mount-widget widget="post-links" args=args}}',
|
||||
setup() {
|
||||
beforeEach() {
|
||||
this.set('args', {
|
||||
id: 1,
|
||||
links: [
|
||||
|
Reference in New Issue
Block a user