UNPKG
locals-react-native-calendars
Version:
latest (1.22.5)
1.22.5
1.22.4
1.22.3
React Native Calendar Components
github.com/wix/react-native-calendars
wix/react-native-calendars
locals-react-native-calendars
/
spec
/
runner.js
7 lines
(5 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Jasmine
from
'jasmine'
;
import
path
from
'path'
;
var
jasmine =
new
Jasmine
(); jasmine.
loadConfigFile
(path.
resolve
(__dirname,
'support'
,
'jasmine.json'
)); jasmine.
execute
();