Hi,
This module is a good idea because renderer process is very specific. However I have a very simple but I didn't find any solution:
- I have a
require in my renderer process
karma-electron understands my require which is a good improvement in comparison of other karma plugins
- But there is a path issue: require in renderer process use index.html path as base whereas your plugin use the .js file as base.
Is it normal and is there a option to change this base path (basePath in karma doesn't change this path) ?
I hope my question is quite understandable.
Thanks
Hi,
This module is a good idea because renderer process is very specific. However I have a very simple but I didn't find any solution:
requirein my renderer processkarma-electronunderstands my require which is a good improvement in comparison of other karma pluginsIs it normal and is there a option to change this base path (
basePathin karma doesn't change this path) ?I hope my question is quite understandable.
Thanks