unlock-protocol / unlock

Ʉnlock is a protocol for memberships built on a blockchain.
https://unlock-protocol.com
MIT License
834 stars 244 forks source link

locksmith package.json "test" needs to only run on .test.js files #1737

Closed cellog closed 5 years ago

cellog commented 5 years ago

Currently, jest runs on all files in tests but it should exclude helpers like authorizationHeaders.js

"test": "cross-env UNLOCK_ENV=test jest test.js --forceExit,

cellog commented 5 years ago

closing in favor of better solution discussed offline