UNPKG
ember-freshdesk-codemods
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
github.com/freshdesk/ember-freshdesk-codemods
freshdesk/ember-freshdesk-codemods
ember-freshdesk-codemods
/
transforms
/
modify-import
/
__testfixtures__
/
integration-helpers.output.js
12 lines
(10 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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.
}); });