issues
search
ether
/
ep_comments_page
Comments in Etherpad - No Longer Highly Experimental, now highly awesome!
Apache License 2.0
45
stars
48
forks
source link
Fix backend tests
#207
Closed
rhansen
closed
3 years ago
rhansen
commented
3 years ago
Make sure
APIKEY.txt
is read from the correct directory
Update dependencies
tests: Wrap all backend tests in
describe(__filename, ...)
tests: Switch from
request
to
supertest
tests: Fix import success check
tests: Add missing null error argument
tests: Call the callback exactly once
tests: Use the correct supertest agent
tests: Delete unused callback argument
tests: Remove erroneous whitespace from URL
tests: Simplify supertest checks
tests: Fix async/callback confusion
tests: Add supertest checks for easier troubleshooting
tests: Fix bad comment reply data string
APIKEY.txt
is read from the correct directorydescribe(__filename, ...)
request
tosupertest