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 e6cc307 commit b4df241Copy full SHA for b4df241
test/test_blob.js
@@ -32,8 +32,8 @@ exports.test = function(SQL, assert){
32
33
if (module == require.main) {
34
const target_file = process.argv[2];
35
- const sql_loader = require('./load_sql_lib');
36
- sql_loader(target_file).then((sql)=>{
+ const sql_loader = require('./load_sql_lib');
+ sql_loader(target_file).then((sql)=>{
37
require('test').run({
38
'test blob': function(assert){
39
exports.test(sql, assert);
0 commit comments