mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Restructure before adding class skeletons
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
const DatabaseConnectionPool = require('./DatabaseConnectionPool');
|
||||
const DatabaseConnectionPool = require('../DatabaseConnectionPool');
|
||||
|
||||
jest.mock('./DatabaseConnectionPool');
|
||||
jest.mock('../DatabaseConnectionPool');
|
||||
|
||||
describe('DatabaseConnectionPool', () => {
|
||||
test('Should instantiate connection', () => {
|
||||
Reference in New Issue
Block a user