1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-18 17:31:39 +07:00
verdaccio-ui/test/e2e/pre-setup.js
Juan Picado @jotadeveloper d1b3e6e3b5
build: e2e integration with puppeteer (#192)
* build: add e2e testing scripts

* build: add e2e testing scripts

* chore: fix script

* chore: fix script

* chore: ignore e2e normal test

* chore: fix node_latest_browser

* chore: move lint to prepare

* chore: fix lint

* chore: add local theme

* fix: e2e tests
2019-10-13 10:27:01 +02:00

5 lines
100 B
JavaScript

require('@babel/register')({
extensions: ['.ts', '.js'],
});
module.exports = require('./setup');