Skip to content

Instantly share code, notes, and snippets.

@dariocravero
Last active July 29, 2018 11:52
Show Gist options
  • Save dariocravero/bfce3f9af292d645aaab1fe7fd3666fc to your computer and use it in GitHub Desktop.
Save dariocravero/bfce3f9af292d645aaab1fe7fd3666fc to your computer and use it in GitHub Desktop.
const { get } = require('@viewstools/e2e');
module.exports = {
Cities: get('App.Cities'),
Map: get('App.Map'),
Setup: get('App.Setup'),
Splash: get('App.Splash'),
Stations: get('App.Stations'),
Vertical: get('App.Vertical'),
_top: get('App'),
};
const { get } = require('@viewstools/e2e');
module.exports = {
BikeSvg: get('Setup.BikeSvg'),
Horizontal: get('Setup.Horizontal'),
PositionSvg: get('Setup.PositionSvg'),
Setup1: get('Setup.Setup:1'),
SpacemachineSvg: get('Setup.SpacemachineSvg'),
Station: get('Setup.Station'),
Text1: get('Setup.Text:1'),
Text2: get('Setup.Text:2'),
Text3: get('Setup.Text:3'),
Text4: get('Setup.Text:4'),
Text5: get('Setup.Text:5'),
Text6: get('Setup.Text:6'),
Text: get('Setup.Text'),
TextButton: get('Setup.TextButton'),
Vertical1: get('Setup.Vertical:1'),
Vertical2: get('Setup.Vertical:2'),
Vertical3: get('Setup.Vertical:3'),
Vertical: get('Setup.Vertical'),
_top: get('Setup'),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment