fregante/list-github-dir-content

Convert tests to AVA

Open

#18 opened on Jun 18, 2020

 (0 comments) (0 reactions) (0 assignees)JavaScript (12 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide