mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
upd test
This commit is contained in:
parent
f917f5439e
commit
2a755ed69d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const {class: Database} = require('../src/utils/database');
|
|||
const Datastore = require('nedb');
|
||||
|
||||
describe('Database', () => {
|
||||
const pathToDB = './db/test.db';
|
||||
const pathToDB = './.db/test.db';
|
||||
let nedbInstance;
|
||||
let db;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue