NodeUnit-specific configuration settings - nodeunit location field missing from dialogue

已回答

https://www.jetbrains.com/help/rider/Run_Debug_Configuration_Nodeunit.html suggests that when editing a Run/Debug configuration for a node.js app it is possible to specify the location of the nodeunit module but that field appears to be missing from the Run/Debug config dialogue

Nodeunit Module

In this text box, specify the installation folder of the Nodeunit framework. Type the path manually or click the browseButton button and choose the folder in the dialog box that opens.

 

am I missing something, or is the dialogue box missing that field?

 

1

Try creating Nodeunit run/debug configuration (the documentation you mentioned is about this kind of configuration and not Node.js one).

1
Avatar
Permanently deleted user

thank you very much. 

I swear that it wasn't in there when I created the Node.js Run/Debug configuration.  Maybe it needed a restart?

 

I appreciate your quick response, very helpful.

0

You're welcome!

No, a restart shouldn't have helped. This configuration is usually there by default as long as Node.js plugin is installed.

1

请先登录再写评论。