UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

12 lines (10 loc) 253 B
import { __NAMESPACE__ } from 'rocks/helpers/__DASHERIZE_NAMESPACE__'; describe('__NAMESPACE__', function () { // Replace this with your real tests. it('works', function () { var result = __NAMESPACE__(); result.should.be.ok; }); });