mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Merge pull request #3390 from overleaf/jpa-faster-unit-tests
[perf] faster unit tests GitOrigin-RevId: 188b8f3752638fde7a27a8d83b416bb9a6e3c95e
This commit is contained in:
@@ -21,6 +21,7 @@ const modulePath = path.join(
|
||||
'../../../../app/src/Features/InactiveData/InactiveProjectManager'
|
||||
)
|
||||
const { expect } = require('chai')
|
||||
const { ObjectId } = require('mongodb')
|
||||
|
||||
describe('InactiveProjectManager', function() {
|
||||
beforeEach(function() {
|
||||
@@ -40,6 +41,7 @@ describe('InactiveProjectManager', function() {
|
||||
console: console
|
||||
},
|
||||
requires: {
|
||||
mongodb: { ObjectId },
|
||||
'settings-sharelatex': this.settings,
|
||||
'logger-sharelatex': {
|
||||
log() {},
|
||||
|
||||
Reference in New Issue
Block a user