Import/Export in js for steps impl #1958
tunessofia
started this conversation in
General
Replies: 1 comment
-
closed: only works if adding babel to be compatible with es6 and transpiling the steps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the steps implementation done across multiple files, although there are some variables/functions that i need to use across them, so I created a file with this reusable code and was trying to export and import them in the step impl files, but when i do that the specs cant compile the step impl and gives me an error saying that can't find them.
It's not possible to import stuff in the step implementation files?
Beta Was this translation helpful? Give feedback.
All reactions