This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ignore frontend tests in unit test runner and rename graph integration test

+1 -1
+1 -1
package.json
··· 23 23 "worker:notifications": "node dist/workers/notification-worker.js", 24 24 "worker:sync": "node dist/workers/sync-worker.js", 25 25 "test": "jest", 26 - "test:unit": "jest --testPathIgnorePatterns='.integration.test.' --testPathIgnorePatterns='.e2e.test.'", 26 + "test:unit": "jest --testPathIgnorePatterns='.integration.test.|.e2e.test.|src/webapp/'", 27 27 "test:integration": "jest --testPathPattern='.integration.test.'", 28 28 "test:integration:db": "jest --testPathPattern='.integration.test.' --testNamePattern='Drizzle'", 29 29 "test:integration:db:watch": "jest --watch --testPathPattern='.integration.test.' --testNamePattern='Drizzle'",
src/modules/cards/tests/application/GetUrlSubGraphUseCase.test.ts src/modules/cards/tests/application/GetUrlSubGraphUseCase.integration.test.ts