We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ca310 commit 3e78661Copy full SHA for 3e78661
typings/test/connection.ts
@@ -1,7 +1,7 @@
1
'use strict';
2
3
// get the client
4
-import * as mysql from 'mysql2';
+import * as mysql from '../../index';
5
import ConnectionType = require('../mysql/lib/Connection');
6
import { expect } from 'chai'
7
0 commit comments