got icon indicating copy to clipboard operation
got copied to clipboard

Integration test

Open sindresorhus opened this issue 5 years ago • 1 comments

We should have a test that install Got with only production dependencies npm i --production and then try to require it and do a request, just to ensure nothing broke in production. For example, that we didn't forget a dependency (https://github.com/sindresorhus/got/issues/1055).

sindresorhus avatar Feb 07 '20 06:02 sindresorhus

  • I think https://github.com/yarnpkg/berry would be a good example.
  • Test cookieJar

szmarczak avatar Apr 14 '20 18:04 szmarczak