Skip to content

Commit ac16d64

Browse files
committed
NAS-0: remove bluebird
1 parent 1e4725f commit ac16d64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/data/repositories/postRepository.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
const expect = require('chai').expect;
22
const sinon = require('sinon');
3-
const mongoose = require('mongoose');
43
const schemasFactory = require('../../../src/data/infrastructure/db/schemas');
54
const {
65
posts: postDocs,
76
} = require('../../mockedData');
87

9-
const schemas = schemasFactory.create(mongoose);
8+
const schemas = schemasFactory.create();
109
const db = {
1110
schemas,
1211
};

0 commit comments

Comments
 (0)