Files
nest/scripts/run-integration.sh
Karan Gupta e54c0e1c79 fix(common): set name of httpexception as class name
Added a method to set name property of exception object equal to class name which currently is always Error. Updated tests.

Closes #5809
2020-12-04 14:18:28 +05:30

8 lines
216 B
Bash
Executable File

# 1. Build fresh packages and move them integration dit
npm run build &>/dev/null
# 2. Start docker containers to perform integration tests
npm run test:docker:up
# 3. Run integration tests
npm run test:integration