async /await it('responds with matching records', async function() { const users = await db.find({ type: 'User' }); users.should.have.length(3); } ...
確定! 回上一頁