vitest-cucumber-plugin
vitest-cucumber-plugin copied to clipboard
Better error message when JS files fail to import
Currently, when a JS file that has syntax errors is imported, a completely unhelpful error is thrown. Need to throw an error that names the problematic file and provided the syntax error.