1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-10 16:05:32 +02:00
This commit is contained in:
Peter Savchenko 2018-09-07 18:25:17 +03:00
parent f917f5439e
commit 2a755ed69d
No known key found for this signature in database
GPG key ID: 63E739583C761566

View file

@ -5,7 +5,7 @@ const {class: Database} = require('../src/utils/database');
const Datastore = require('nedb'); const Datastore = require('nedb');
describe('Database', () => { describe('Database', () => {
const pathToDB = './db/test.db'; const pathToDB = './.db/test.db';
let nedbInstance; let nedbInstance;
let db; let db;