fix mariasql/mariasql-tests.ts

This commit is contained in:
vvakame 2015-08-29 00:32:40 +09:00
parent 7eaf3ddddc
commit 4dc47448f7

View File

@ -1,7 +1,8 @@
// These are the examples from the node-mariasql README transposed to TypeScript
// https://github.com/mscdex/node-mariasql
/// <reference path="../node/node-0.10.d.ts" />
/// <reference path="./mariasql.d.ts" />
/// <reference path="../node/node.d.ts" />
// Example 1 - SHOW DATABASES
import util = require('util');
@ -198,4 +199,4 @@ c.end();
Query #3 finished successfully
Done with all queries
Client closed
*/
*/