1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

Merge branch '4.x-master' into test/bdd-acceptance-testing-setup

This commit is contained in:
Juan Picado @jotadeveloper
2019-05-04 12:15:18 +02:00
committed by GitHub
6 changed files with 18 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import Adapter from 'enzyme-adapter-react-16';
configure({ adapter: new Adapter() });
global.__APP_VERSION__ = '1.0.0';
global.__VERDACCIO_BASENAME_UI_OPTIONS = {};
// mocking few DOM methods
if (global.document) {