UNPKG
proactive-http-fetch
Version:
latest (0.1.0)
0.1.0
Proactive http fetch package
proactive-http-fetch
/
test
/
jest-pretest.ts
7 lines
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
'aurelia-polyfills'
;
import
'cross-fetch/polyfill'
;
import
{
Options
}
from
'aurelia-loader-nodejs'
;
import
{globalize}
from
'aurelia-pal-nodejs'
;
import
*
as
path
from
'path'
;
Options
.
relativeToDir
= path.
join
(__dirname,
'unit'
);
globalize
();