Richard Collette

- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
Richard Collette 创建了一个帖子, Macros or Transformations to improve unit test writing
I'm trying to improve my unit test writing. I'm not doing TDD. I'm doing tests after writing the majority of my code.One thing I do repeatedly is mock services injected into my Angular component... -
-
Richard Collette 进行了评论, -
-
Richard Collette 创建了一个帖子, Debugging Karma Launches Parallels instead.
My setup is karma along with karma-webpack plugin, mocha, sinon, chai and sinon-chai and launching Chrome. The tests run fine with normal testing but I cannot debug. When I debug using the karma... -
-
Richard Collette 创建了一个帖子, Excluded folders being indexed for search
WebStorm 2017.1.2Build #WS-171.4249.40, built on April 25, 2017Licensed to Pitney Bowes / Richard ColletteYou have a perpetual fallback license for this versionSubscription is active until March 22... -
-
Richard Collette 创建了一个帖子, Keyboard shortcut/hotkey to APPLY quick-fix?
I am aware of alt+enter to bring up the quick-fix menu but is there a way to apply a quick fix? For example, replacing double quotes with single quotes. I know I want to apply that quick-fix and ... -
Richard Collette 创建了一个帖子, Karma runner doesn't recognize transpiled code change till second run
I am using Karma with Typescript. A gulp task watches for .ts file changes and compiles to .js, including our spec files. When I run Karma, no matter how long it is after the spec file has bee...