Skip to content

Commit

Permalink
Fix por vigesimocuarta vez
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 25, 2024
1 parent bf49e82 commit 12fa375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/test-environment-setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { MongoMemoryServer } = require('mongodb-memory-server');
const mongoose = require('mongoose');
const User = require('./user-model');
const { User } = require('./user-model');
const bcrypt = require('bcrypt');

let mongoserver;
Expand Down

0 comments on commit 12fa375

Please sign in to comment.