-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Thomas Praxl <[email protected]> Co-authored-by: Marc Pichler <[email protected]> Co-authored-by: Amir Blum <[email protected]>
- Loading branch information
1 parent
a926f53
commit ad8c581
Showing
3 changed files
with
60 additions
and
64 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ interface Result extends mysqlTypes.RowDataPacket { | |
solution: number; | ||
} | ||
|
||
describe('mysql2@2.x', () => { | ||
describe('mysql2', () => { | ||
let contextManager: AsyncHooksContextManager; | ||
let connection: mysqlTypes.Connection; | ||
let rootConnection: mysqlTypes.Connection; | ||
|
@@ -148,7 +148,7 @@ describe('[email protected]', () => { | |
host, | ||
password, | ||
database, | ||
} as mysqlTypes.PoolClusterOptions); | ||
}); | ||
}); | ||
|
||
afterEach(done => { | ||
|