Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 366 Bytes

Commands

Running in dev mode

npm run start:graphql:dev

# or

npm run compose:db:dev
npm run start:graphql:dev:nocompose

Test

npm run test:graphql

# or

npm run compose:db:test
npm run test:graphql:nocompose

# execute the specified test suite with logging
DEBUG=hr* npm run test:graphql:nocompose profiles.read.integration.test