ember-cli/ember-cli

View on GitHub
lib/broccoli/test-support-suffix.js

Summary

Maintainability
A
0 mins
Test Coverage
runningTests = true;

if (typeof Testem !== 'undefined' && (typeof QUnit !== 'undefined' || typeof Mocha !== 'undefined')) {
  window.Testem.hookIntoTestFramework();
}

{{content-for 'test-support-suffix'}}