#configuration

[ follow ]
#error-handling
fromAdropincalm
2 months ago

Jest: How do you change the Snapshot Folder?

Snapshots are an amazing feature in Jest but they can be messy to deal with. Fortunately, you can use a snapshotResolver to better fit your needs.
Node JS
from2ality
4 months ago

Simple TypeScript playground via `node --watch`

Node.js now natively supports TypeScript, enabling interactive coding experiences.
[ Load more ]