spectron
spectron copied to clipboard
Usage in Electron-webpack context
Hi there !
I'm building an Electron app with electron-webpack
, along with jest
as test suite.
I can't find a way to use spectron
test utilities in this context.
I've found this issue which seems to solve it, but i'd like to see if it's possible to avoid building the dist
.
- is there a way to tell
spectron
to precompile with babel so that i can useimport/export
out of the box ? - is it possible to make
spectron
aware of__static
?
Anyone can answer to that?