mirror of
https://github.com/harish2704/knex-json-query.git
synced 2026-09-10 12:51:08 +00:00
Fix test runner
This commit is contained in:
@@ -35,3 +35,4 @@ jspm_packages
|
|||||||
|
|
||||||
# Optional REPL history
|
# Optional REPL history
|
||||||
.node_repl_history
|
.node_repl_history
|
||||||
|
.vscode/*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* global describe, it */
|
/* global describe, it */
|
||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var knex = require('knex')({});
|
var knex = require('knex')({client: 'sqlite' });
|
||||||
var knexJsonQuery = require('./');
|
var knexJsonQuery = require('./');
|
||||||
require('simple-mocha');
|
require('simple-mocha');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user