mirror of
https://github.com/sqlite/sqlite.git
synced 2025-04-20 08:47:46 +03:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
import {default as ns} from './SQLTester.mjs';
|
|
|
|
const log = (...args)=>{
|
|
console.log('SQLTester.run:',...args);
|
|
};
|
|
|
|
|
|
log("SQLTester is ostensibly ready.");
|