Skip to content

Build(deps): bump github/codeql-action from 2 to 3 #197

Build(deps): bump github/codeql-action from 2 to 3

Build(deps): bump github/codeql-action from 2 to 3 #197

GitHub Actions / Test Report succeeded Jan 1, 2024 in 0s

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✅ 5s
index 1✅ 454ms
parseIssue 7✅ 5s

✅ 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