elwayman02/ember-sinon-qunit

View on GitHub
test-app/ember-cli-build.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
  const app = new EmberApp(defaults, {
    'ember-cli-babel': { enableTypeScriptTransform: true },

    // Add options here
  });

  return app.toTree();
};