UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
frontend
/
__tests__
/
cosmos.js
10 lines
(7 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@jest
-environment jsdom */
import runTests
from
'react-cosmos-telescope'
;
runTests
({
cosmosConfigPath
:
require
.
resolve
(
'../../../cosmos.config.js'
), });