UNPKG
@zalando-sunrise/backstage-cli
Version:
latest (0.1.1-alpha.21)
0.1.1-alpha.21
CLI for developing Backstage plugins and apps
backstage.io
spotify/backstage
@zalando-sunrise/backstage-cli
/
templates
/
default-plugin
/
src
/
setupTests.ts
4 lines
(2 loc)
•
79 B
text/typescript
View Raw
1
2
3
4
import
'@testing-library/jest-dom'
;
require
(
'jest-fetch-mock'
).
enableMocks
();