Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
January 31, 2018 21:59
You can specify config for Jest Default run/debug configuration: * on the main menu "Run | Edit Configurations..."; * expand "Defaults" node in the left area and find Jest run/debug configuration; ...
Community
WebStorm
Run jest test from editor with different config depending on file location
4 votes
Edited
June 07, 2021 16:58
Thanks for reporting. It looks like an issue in the built-in terminal, because it behaves differently to your system terminal. OK, ~/.zshrc has "export PATH=~/.node_modules/bin:$PATH", this explain...
Community
IntelliJ IDEA Users
IntelliJ Terminal not working - NodeJs Version
1 vote
Created
May 20, 2019 16:42
Adding a listener on Node.js run/debug configuration that will switch to Mocha run/debug configuration is not supported and unlikely it will be done. But you can create your custom compatible adapt...
Community
WebStorm
Run mocha reporter programatically
1 vote
Created
March 14, 2019 10:25
You're right, js-karma doesn't load any project's dependencies explicitly.
Community
WebStorm
How WebStorm Karma plugin does to load the necessary angular modules on the karma.conf ? (segrey?)
1 vote
Edited
November 20, 2018 12:21
Good news! WebStorm 2018.3 brings an improvement here: it contains the fix for https://youtrack.jetbrains.com/issue/WEB-35553. Now, working directory is set to the closest directory with `jest.conf...
Community
WebStorm
Run jest test from editor with different config depending on file location
1 vote
Created
November 20, 2018 12:18
>Or possibly an option in the config form to select a set of test files for the given config, or a directory, or glob pattern. Jest configs already define set of test files. See `testPathDirs`, `te...
Community
WebStorm
Run jest test from editor with different config depending on file location
1 vote
Created
September 15, 2018 21:44
Will be fixed in WebStorm 2018.3.
Community
WebStorm
Cannot create express app in webstorm because of "please specify npm or yarn package".
1 vote
Edited
September 13, 2018 22:10
Thanks, the issue with "Please specify npm or yarn package" is reproduced for me on Ubuntu. Please follow https://youtrack.jetbrains.com/issue/WEB-34814 for updates.
Community
WebStorm
Cannot create express app in webstorm because of "please specify npm or yarn package".
1 vote
Created
May 12, 2018 10:30
Indeed, by default, built-in FileType for Haskell files (*.hs) is com.intellij.openapi.fileTypes.impl.AbstractFileType and com.intellij.lang.LanguageUtil#getFileLanguage returns null for files with...
Community
IntelliJ IDEA Open API and Plugin Development
LanguageSubstitutor can't override user file types
1 vote
Created
August 22, 2017 13:25
Please follow https://youtrack.jetbrains.com/issue/WEB-28397 to be able to specify test runner for the project. >For instance, if I add a File pattern based Mocha run configuration, and run all the...
Community
WebStorm
Settings for running single test
1 vote
Next
›
Last
»