Skip to content

Commit

Permalink
Fix: added extension for require
Browse files Browse the repository at this point in the history
Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
  • Loading branch information
Jytesh committed May 19, 2021
1 parent 7cd961d commit 9363868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyv-sqlite/test/test.js
@@ -1,7 +1,7 @@
const test = require('ava');
const keyvTestSuite = require('@keyvhq/keyv-test-suite');
const Keyv = require('@keyvhq/keyv');
const KeyvSqlite = require('../src/index');
const KeyvSqlite = require('../src/index.js');

const store = () => new KeyvSqlite({ uri: 'sqlite://test/testdb.sqlite', busyTimeout: 30000 });
keyvTestSuite(test, Keyv, store);

0 comments on commit 9363868

Please sign in to comment.