ember-freshdesk-codemods
Version:
18 lines (16 loc) • 406 B
JavaScript
import { describe, it } from 'mocha';
import setupAcceptance from 'freshdesk/tests/helpers/setup-acceptance';
import {
addFeatures,
addLaunched,
addAbilities,
removeFeatures,
removeAbilities,
convertMirageToModel,
spyFlashMessage
} from 'freshdesk/tests/helpers/util-test-helpers';
describe('Some test', function() {
it('Some test', function() {
// Some test code goes here.
});
});