Schinkel, David

Avatar
  • 活动总数 16
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 5
  • 已编辑于

    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...
    • 4 个关注者
    • 11 条评论
    • 0 票
  • 创建于

    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 ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    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'...
    • 4 个关注者
    • 8 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票