evanp / onepage.pub

A one-page ActivityPub server
Apache License 2.0
45 stars 3 forks source link

fix: tests fail if default value of INVITE_CODE is set #157

Closed socialatm closed 8 months ago

socialatm commented 9 months ago

sets an INVITE_CODE default value. changes null to an empty string "". adds process.env.OPP_INVITE_CODEto index.test.mjs adds INVITE_CODE constant to the tests and applies it where needed.