fregante/list-github-dir-content

Convert tests to AVA

Offen

#18 geöffnet am 18.06.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (12 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (58 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide