opentok/opentok-node

token generation tests for OpenTok and Session should have common implementation

Closed this issue · 1 comments

right now, in test/session-test.js, there are plenty of TODOs to check the validity of tokens that are generated. these duplicate the existing tests for token validity in test/opentok-test.js. ideally, both those files should use a common implementation to test the interface since so much of them are the same.

Closing as outdated.