0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/functional/test-environment.js

7 lines
167 B
JavaScript
Raw Permalink Normal View History

2019-09-26 11:22:14 -05:00
/* eslint-disable @typescript-eslint/no-var-requires */
require('@babel/register')({
extensions: ['.ts', '.js'],
});
module.exports = require('./lib/environment');