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__
/
existing-import.output.js
13 lines
(11 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ describe }
from
'mocha'
;
import
{ spyFlashMessage, addAbilities, addFeatures }
from
'@freshdesk/test-helpers'
;
describe
(
'Some test'
,
function
(
) {
it
(
'Some test'
,
function
(
) {
// Some test code goes here.
}); });