Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing setup #22

Open
trentgoing opened this issue May 16, 2021 · 0 comments
Open

Testing setup #22

trentgoing opened this issue May 16, 2021 · 0 comments

Comments

@trentgoing
Copy link

beforeAll(async () => {
const url = `mongodb://127.0.0.1/${databaseName}`;
await mongoose.connect(url, { useNewUrlParser: true, useUnifiedTopology: true, useCreateIndex: true });
await Question.createCollection();
await Answer.createCollection();

Great work creating a testing data set to work against! Great way to confirm function without compromising the existing data set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant