UNPKG
@uicapivara/cp-image-crop
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
cp-image-crop
@uicapivara/cp-image-crop
/
src
/
component
/
image-crop.spec.ts
8 lines
(7 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// import {} from
'jasmine'
;
//
// import capivara from
'../index'
;
//
describe(
'Test view image in modal'
, () => {
//
it(
'test'
, () => {
//
expect(true).toBe(true);
//
});
//
});