UNPKG

ember-freshdesk-codemods

Version:
10 lines (8 loc) 292 B
import { describe } from 'mocha'; import { addAbilities, addFeatures } from 'freshdesk/tests/helpers/util-test-helpers'; import { spyFlashMessage } from '@freshdesk/test-helpers'; describe('Some test', function () { it('Some test', function () { // Some test code goes here. }); });