fix(core): update

This commit is contained in:
2022-02-10 18:45:22 +01:00
parent 9c3187b2e9
commit 7d28f15f23
6 changed files with 12 additions and 26 deletions

View File

@ -55,8 +55,8 @@ tap.test('first test', async (tools) => {
console.log('response 1: ' + JSON.stringify(response));
console.log('response 2: ' + JSON.stringify(response2));
expect(response).toHaveProperty('hithere') //.to.equal('hi');
expect(response2).toHaveProperty('hithere') //.to.equal('hi');
expect(response).toHaveProperty('hithere'); //.to.equal('hi');
expect(response2).toHaveProperty('hithere'); //.to.equal('hi');
});
tap.test('tear down server', async () => {