fregante/list-github-dir-content

Convert tests to AVA

Ouverte

#18 ouverte le 18 juin 2020

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (12 forks)github user discovery
good first issuehelp wanted

Métriques du dépôt

Stars
 (58 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Currently tests need to be run manually and verified visually. Plus they don't take in any token so you'll quickly run into the API limits.

  • Automate tests with AVA
  • Use process.env.GITHUB_TOKEN
  • Optionally configure GitHub Actions so that GITHUB_TOKEN is automatically present for the current repo

Guide contributeur