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
/
async-leaks
/
__testfixtures__
/
import.input.js
11 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ describe }
from
'mocha'
;
describe
(
'Integration | Component | app-components/from-email'
,
function
(
) { hooks.
beforeEach
(
function
(
) {
this
.
store
=
this
.
owner
.
lookup
(
'service:store'
);
this
.
get
(
'store'
).
createRecord
(
'contact'
, contact); }); });