Skip to content

fix(ci): downgrade conventionalcommits to v7 #12

fix(ci): downgrade conventionalcommits to v7

fix(ci): downgrade conventionalcommits to v7 #12

GitHub Actions / Test Results (22.x succeeded May 27, 2024 in 0s

13 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test-results.json

13 tests were completed in 968ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
lib/debouncer.integration.spec.ts 1✅ 98ms
lib/debouncer.spec.ts 2✅ 4ms
lib/unique-index/keyspace.spec.ts 6✅ 0ms
lib/unique-index/uniqueIndex.integration.spec.ts 4✅ 43ms

✅ lib/debouncer.integration.spec.ts

DebouncedSQS Integration Tests with SQS + S3
  ✅ should debounce end-to-end - webhook example

✅ lib/debouncer.spec.ts

DebouncedSQS
  ✅ should load entries payloads when mode is DISPATCH_MODE_WITH_PAYLOAD
  ✅ should not load entries payloads when mode is DISPATCH_MODE_ONLY_IDS

✅ lib/unique-index/keyspace.spec.ts

IndexKeySpace
  ✅ getEntryKey should return correct key for groupId and entryId
  ✅ getEntryKeyspace should return correct keyspace for groupId
  ✅ getGroupKey should return correct key for groupId
  ✅ getGroupKeyspace should return correct keyspace
  ✅ getIdFromKey should return correct id from group key
  ✅ getIdFromKey should return correct id from key

✅ lib/unique-index/uniqueIndex.integration.spec.ts

UniqueIndex Integration Tests with S3
  ✅ should add and list entries correctly
  ✅ should add and list groups correctly
  ✅ should delete an entry and assert list is empty
  ✅ should handle duplicate entries for the same group correctly