CMU-17313Q / fall23-nodebb-just-relax

fall23-nodebb-just-relax created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

Write Tests for Anonymous Posts #48

Closed hjoad closed 11 months ago

hjoad commented 11 months ago

estimated effort: this is of relatively easy difficulty because it requires mimicking the tests made in test/posts.js in order to check correctly that when a post is created with the anonymity attribute it is posted anonymously preserving the same attribute. The test should be added in test/posts.js. dependencies: #12 acceptance criteria: npm run test or specifically npm run test test/posts.js should pass all the tests with the new added test cases