This is a sample application with no actual code, its main purpose is to demonstrate the concept of sanity tests as a development tool.
npm i
npm run test:sanity
- Try and add a property to one of the
config/{env}.json
files and runnpm run test:sanity
; - Try and create a new DTO on
src/dto.js
without creating an OpenAPI definition ondocs/openapi.yml
and runnpm run test:sanity
; - Try and add a typo on either
config/{env}.json
orsrc/dto.js
and runnpm run test:sanity
;