Browse Source

chore(playwright): revise comment

pull/4492/head
Wing-Kam Wong 2 years ago
parent
commit
8c6f03efc3
  1. 2
      tests/playwright/setup/db.ts

2
tests/playwright/setup/db.ts

@ -30,7 +30,7 @@ const pgExec = async (query: string, context: NcContext) => {
};
const mysqlExec = async query => {
// creates a new mysql connection using credentials from cypress.json env's
// creates a new mysql connection
const connection = mysql.createConnection({
host: 'localhost',
user: 'root',

Loading…
Cancel
Save