Sindri Sigurjónsson

Results 1 comments of Sindri Sigurjónsson

@Maxim-Mazurok Your script in package.json is incorrect Current ```json "test:integration": "npm run jest -- --config jest.integration.config.ts", ``` Should be ```json "test:integration": "npm run jest --config jest.integration.config.ts", ```