tests_checker.yml 223 B

12345678
  1. comment: |
  2. Hello! Thank you for contributing!
  3. It appears that you have changed the code, but the tests that verify your change are missing. Could you please add them?
  4. fileExtensions:
  5. - '.ts'
  6. - '.js'
  7. testDir: 'test'