Skip to content

Commit

Permalink
fix: sqlite import error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jul 17, 2024
1 parent a9818f4 commit 7fb88eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/apps/nodejs/test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const mercurynodejslib = require('mercurynodejslib');
const exec = util.promisify(require('node:child_process').exec);
const assert = require('node:assert/strict');
const client_config = require('./client_config');
const sqlite_manager = require('../../libs/nodejs/sqlite_manager');

const removeDatabase = async () => {
try {
Expand Down

0 comments on commit 7fb88eb

Please sign in to comment.