Skip to content

Commit

Permalink
Merge pull request #21 from kaliber5/flash
Browse files Browse the repository at this point in the history
Use flash message test support from addon
  • Loading branch information
simonihmig authored Aug 5, 2020
2 parents 5bc0f6b + a8e2f61 commit 1cd6ae3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import ENV from '../../config/environment';
import { skip } from 'qunit';
import setupResetState from './setup-reset-app';
import setupFlashMessages from './setup-flash-messages';
import { setupApplicationTest, setupRenderingTest, setupTest } from 'ember-qunit';
import { setupMirage } from 'ember-cli-mirage/test-support';
import setupWaitFor from './setup-wait-for';
Expand Down Expand Up @@ -54,7 +53,6 @@ function setupYaddaTest(annotations) {
return function setupApplicationTestCustom(hooks) {
setupApplicationTest(hooks);
setupResetState(hooks);
setupFlashMessages(hooks);
setupWaitFor(hooks);
setupMirage(hooks);
setupYaddaOpinionated(hooks);
Expand Down
1 change: 0 additions & 1 deletion blueprints/@kaliber5/k5-ember-boilerplate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ module.exports = {
['app/styles/app.css', 'app.scss'],
['app/templates/application.hbs', 'app/pods/application/template.hbs'],
['tests/acceptance/steps/steps.js', 'steps.ts'],
['tests/helpers/flash-message.js', 'setup-flash-messages.ts'],
['.travis.yml'],
['tests/integration/steps/steps.js'],
['tests/unit/steps/steps.js'],
Expand Down

0 comments on commit 1cd6ae3

Please sign in to comment.