Upgrade QUnit to latest version

This commit is contained in:
Robin Ward
2017-06-14 13:57:58 -04:00
parent 8ae445766f
commit cc525b1a8d
145 changed files with 7569 additions and 6763 deletions

View File

@ -4,7 +4,7 @@ moduleForWidget('actions-summary');
widgetTest('listing actions', {
template: '{{mount-widget widget="actions-summary" args=args}}',
setup() {
beforeEach() {
this.set('args', {
actionsSummary: [
{id: 1, action: 'off_topic', description: 'very off topic'},
@ -24,7 +24,7 @@ widgetTest('listing actions', {
widgetTest('undo', {
template: '{{mount-widget widget="actions-summary" args=args undoPostAction=undoPostAction}}',
setup() {
beforeEach() {
this.set('args', {
actionsSummary: [
{action: 'off_topic', description: 'very off topic', canUndo: true},
@ -45,7 +45,7 @@ widgetTest('undo', {
widgetTest('deferFlags', {
template: '{{mount-widget widget="actions-summary" args=args deferPostActionFlags="deferPostActionFlags"}}',
setup() {
beforeEach() {
this.set('args', {
actionsSummary: [
{action: 'off_topic', description: 'very off topic', canDeferFlags: true, count: 1},
@ -66,7 +66,7 @@ widgetTest('deferFlags', {
widgetTest('post deleted', {
template: '{{mount-widget widget="actions-summary" args=args}}',
setup() {
beforeEach() {
this.set('args', {
deleted_at: "2016-01-01",
deletedByUsername: 'eviltrout',