Open
Description
Description
If function or class marked as export default
then UTBot doesn't suggest to generate test for such objects.
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA
- Open some JavaScript project
- Try to invoke Test Generation dialog for following code:
export default function cube(x) {
return x * x * x;
}
Expected behavior
Dialog appears.
Actual behavior
When pressing hotkey, nothing happens. File context menu is disabled.
Screenshots, logs
Metadata
Metadata
Assignees
Type
Projects
Status
Todo