Skip to content

Commit

Permalink
reomve console.log statment
Browse files Browse the repository at this point in the history
realtes #33
  • Loading branch information
MohammedAlghazali committed Apr 2, 2020
1 parent c8a7e65 commit 058448c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ describe('Admin, Post Project', () => {
const { rows } = await connection.query(
'SELECT * from project WHERE id = 8',
);
console.log(rows);
expect(rows[0].name).toBe('Mohmmedzw851@');
expect(message).toBe('Project Added successfully');
done();
Expand Down

0 comments on commit 058448c

Please sign in to comment.