www.javaniceday.com
Home
Node.js
Java
Salesforce
Posts
Tags
About
Frandom
typescript
Node.js and typescript project template
Andrés Canavesi
-
Oct 08, 2021
A project template with typescript, jest and linter among others configurations
nodejs
typescript
dev
Mock AWS SDK with Jest in TypeScript
An example mocking some SQS methods
Andrés Canavesi
-
Jul 31, 2021
It's a fact: you will spend some time writing mocks and slow down the development process but in the other hand unit test will run faster with less configuration.
typescript
javascript
testing
Implement a wait sync with a promise in TypeScript
Delay a sync execution code
Andrés Canavesi
-
Jul 30, 2021
typescript
javascript
Mock Axios with Jest
Mock request made by Axios using Jest in Node.js. Unit tests more unit
Andrés Canavesi
-
Jan 31, 2021
Mock Axios with Jest using successful and error response
javascript
typescript
jest
axios