不要怂,就是干,撸起袖子干!

Commit 5baafc53 by Jan Aagaard Meier

fix(lint): Yes, I forget to lint sometimes as well

1 parent cf6e789b
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ var chai = require('chai') ...@@ -11,7 +11,7 @@ var chai = require('chai')
, path = require('path'); , path = require('path');
if (dialect === 'sqlite') { if (dialect === 'sqlite') {
var sqlite3 = require('sqlite3') var sqlite3 = require('sqlite3');
} }
describe(Support.getTestDialectTeaser('Configuration'), function() { describe(Support.getTestDialectTeaser('Configuration'), function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!