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}.jsonfiles and runnpm run test:sanity; - Try and create a new DTO on
src/dto.jswithout creating an OpenAPI definition ondocs/openapi.ymland runnpm run test:sanity; - Try and add a typo on either
config/{env}.jsonorsrc/dto.jsand runnpm run test:sanity;