UNPKG
rpcchannel
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.4
0.1.3
0.1.2
Easy RPC with permission controls
rpcchannel
/
test
/
babel-register.js
7 lines
(5 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * See https://github.com/mochajs/mocha-examples/tree/2c325c4aab27773abd7563b17d4d18a495381e3e/packages/typescript-babel#testing-ts--babel-with-mocha */
const
register
=
require
(
'@babel/register'
).
default
;
register
({
extensions
: [
'.ts'
,
'.tsx'
,
'.js'
,
'.jsx'
] });