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