Richard Collette
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Richard Collette created a post, 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 commented, -
-
Richard Collette created a post, 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 created a post, 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 created a post, 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 created a post, 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...