Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 27, 2024
1 parent 5e303bb commit ed0f787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions questionsgenerator/questions-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const sinonMongoose = require('sinon-mongoose');
const Question = require('./question-model');
const Template = require('./templates/template-model');
const QuestionGenerator = require('./questionGenerator.js');
const mongoose = require('mongoose');

let mongoServer;
let app;
Expand Down Expand Up @@ -34,7 +33,6 @@ beforeAll(async () => {

afterAll(async () => {
app.close();
await mongoose.connection.close();
await mongoServer.stop();
});

Expand Down

0 comments on commit ed0f787

Please sign in to comment.