Skip to content

Update dependencies #166

Update dependencies

Update dependencies #166

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Report succeeded Nov 21, 2023 in 1s

Test Report ✅

Tests passed successfully

✅ reports/jest-junit.xml

25 tests were completed in 6s with 25 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
formatKey 14✅ 5s
index 3✅ 6s
index 1✅ 803ms
parseIssue 7✅ 6s

✅ formatKey

formatKey removes non-alphanumeric characters
  ✅ formatKey removes non-alphanumeric characters
formatKey converts to lowercase
  ✅ formatKey converts to lowercase
formatKey replaces spaces with underscores
  ✅ formatKey replaces spaces with underscores
formatKey replaces multiple consecutive underscores with a single underscore
  ✅ formatKey replaces multiple consecutive underscores with a single underscore
formatKey removes leading and trailing underscores
  ✅ formatKey removes leading and trailing underscores
formatKey removes leading and trailing whitespace
  ✅ formatKey removes leading and trailing whitespace
formatKey handles empty strings
  ✅ formatKey handles empty strings
formatValue handles invalid types
  ✅ formatValue handles invalid types
formatValue handles empty strings
  ✅ formatValue handles empty strings
formatValue handles None
  ✅ formatValue handles None
formatValue handles _No response_
  ✅ formatValue handles _No response_
formatValue handles checkboxes
  ✅ formatValue handles checkboxes
formatValue handles no checkboxes
  ✅ formatValue handles no checkboxes
formatValue handles multiline strings
  ✅ formatValue handles multiline strings

✅ index

index retrieves the inputs
  ✅ index retrieves the inputs
index returns the parsed body
  ✅ index returns the parsed body
index fails if a template is missing
  ✅ index fails if a template is missing

✅ index

index calls run when imported
  ✅ index calls run when imported

✅ parseIssue

parseIssue should parse a blank issue
  ✅ parseIssue should parse a blank issue
parseIssue should parse an example request
  ✅ parseIssue should parse an example request
parseIssue should parse an invalid issue
  ✅ parseIssue should parse an invalid issue
parseIssue should parse an issue with missing data
  ✅ parseIssue should parse an issue with missing data
parseIssue should parse an issue with missing headers
  ✅ parseIssue should parse an issue with missing headers
parseIssue should parse an issue with extra fields
  ✅ parseIssue should parse an issue with extra fields
parseIssue should skip extra fields
  ✅ parseIssue should skip extra fields