Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace automatic test start via timeout with explicit start() call #281

Merged
merged 5 commits into from
Dec 10, 2018

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Dec 10, 2018

Projects have to call start() in their test-helper.js file from now on:

import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-mocha';

setApplication(Application.create(config.APP));

start();

similar to ember-cli/ember-cli-qunit#176

Resolves #212

@Turbo87 Turbo87 requested a review from rwjblue December 10, 2018 17:32
... so that we can use files ending in `-test` in our own code 🙈
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants