Category: Node
-
Running Jest tests in VS Code with custom environment variables
Currently the most popular Jest test runner extension for VS Code is vscode-jest by Orta. For most common setups, this extension works without any configuration needed to VS Code. In my case, though, I needed to enable Node’s support for ECMAScript modules. The Jest documentation lists a few ways to …
-
Running Jest tests in VS Code with custom environment variables
Currently the most popular Jest test runner extension for VS Code is vscode-jest by Orta. For most common setups, this extension works without any configuration needed to VS Code. In my case, though, I needed to enable Node’s support for ECMAScript modules. The Jest documentation lists a few ways to …
-
Debugging AWS Lambda functions locally using VS Code and lambda-local
I’ve just started using AWS Lambda with node.js. I was able to develop these locally using the lambda-local npm package, e.g. with node.js installed (via brew) and lambda-local installed (using npm) then the following “hello, world” example i…
-
Debugging AWS Lambda functions locally using VS Code and lambda-local
I’ve just started using AWS Lambda with node.js. I was able to develop these locally using the lambda-local npm package, e.g. with node.js installed (via brew) and lambda-local installed (using npm) then the following “hello, world” example i…