UNPKG

ember-freshdesk-codemods

Version:
12 lines (10 loc) 233 B
import { describe, it } from 'mocha'; import { setupCurrentAccount, setupCurrentUser } from '@freshdesk/test-helpers'; describe('Some test', function() { it('Some test', function() { // Some test code goes here. }); });