mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 16:05:32 +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');
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue