npm install --save-dev mocha supertest ... var request = supertest("https://localhost:3000"); describe('/person tests', function() { it('should return Ted ...
確定! 回上一頁