Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bartosbela
Total activity
21
Last activity
June 18, 2020 12:08
Member since
March 11, 2020 14:33
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (5)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
June 18, 2020 12:08
Hi Elena, This is an output of a jest test.
Community
WebStorm
Run/debug window logs: clickable links for file path
0 votes
Edited
April 09, 2020 10:26
Yes I could but only for the currently selected method. I would like to apply it for every search globally.
Community
WebStorm
Exclude test files for 'find usages...' and other inspection
0 votes
Created
April 09, 2020 09:29
Thanks Elena!
Community
WebStorm
Using Jest mock functions changes method syntax inspection
0 votes
Edited
April 08, 2020 17:34
Sorry I wasn't able to share text file here. foo-a.js class A {bar() {console.log('Hello');}} module.exports = A; foo-b.js class B {constructor(a) {this.a = a;} baz() {this.a.bar();}} module.expo...
Community
WebStorm
Using Jest mock functions changes method syntax inspection
0 votes
Edited
April 08, 2020 16:38
Hi Elena, What I found out the problem is that when I assigne the jest.fn() to the instansce it will become this. If I use spyOn and mocking the method that way it will be OK. But Webstorm why not...
Community
WebStorm
Using Jest mock functions changes method syntax inspection
0 votes
Created
April 01, 2020 21:33
Andriy Bazanov Thanks you very much it worked!
Community
WebStorm
Make differencies between attached project's tabs
0 votes
Created
April 01, 2020 15:34
OK. Thanks Elena!
Community
WebStorm
Make differencies between attached project's tabs
0 votes
Edited
April 01, 2020 15:09
That's unfortunate. :/ Maybe I am missing the point here but I think with this Attach feature should be able to open multiple project in the same window even if they are not related to each other. ...
Community
WebStorm
Make differencies between attached project's tabs
0 votes
Created
March 11, 2020 14:33
Hi, Unfortunately it is not working for newer version of joi. Using @hapi/joi version 17.1.0. I added every joi related library in the above mentioned way but none of it worked...
Community
WebStorm
Unable to get JOI functions to resolve in Inspector
0 votes