UNPKG
@dunite/au-react-wrapper
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
React wrappers for Aurelia
magnusdanielson.github.io/au-fluent-ui/
magnusdanielson/aureactwrapper
@dunite/au-react-wrapper
/
test
/
jest-pretest.ts
8 lines
(6 loc)
•
224 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
'aurelia-polyfills'
;
import
{
Options
}
from
'aurelia-loader-nodejs'
;
import
{globalize}
from
'aurelia-pal-nodejs'
;
import
*
as
path
from
'path'
;
Options
.
relativeToDir
= path.
join
(__dirname,
'unit'
)
globalize
()