mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
296 stars 74 forks source link

Added updateSnapshot to npm scripts #214

Closed tjmadsen closed 10 months ago

mkreiser commented 10 months ago

The snapshot update command can be passed into any npm script via npm run <test|test:integration> -- -u. No code change is needed.