Schinkel, David
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited Test TypeScript Errors Not Highlighted in IDE
I'm running my mocha tests with: I get these errors in the terminal: but why do I still see the IDE saying TS is all fine?: the test runner is indeed reading my src/test/.tsconfig.json folder s... -
Created No type Completion on missing TS props in Tests
Trying to figure out why I don't get the option to implement missing members when I create instances of certain TS types from my tests.I'm using mocha. My tests end with .tsx; My tsconfig.json for ... -
Edited SourceMaps and JS Debug Acting Strange
I have a couple weird things going on here during Debugging of my React code: 1) I'm not able to see the values of objects or variables once it hits a debug point. They simply show undefined 2) I'... -
Edited Arrow Functions without babel/register?
I'm wondering how it is that before I add babel/register for mocha tests, that the WebStorm test runner is even able to run tests at all. I'd assume it would trip over this example due to the fact...