Removing debugging in test helper
parent
1bcd897d22
commit
525ad4bdb6
|
@ -53,8 +53,6 @@ const runBefore = async () => {
|
||||||
g.customers = await g.db.customers.find({}).toArray();
|
g.customers = await g.db.customers.find({}).toArray();
|
||||||
g.users = await g.db.users.find({}).toArray();
|
g.users = await g.db.users.find({}).toArray();
|
||||||
|
|
||||||
console.log('Users', g.users);
|
|
||||||
|
|
||||||
// Insert orders using product ID's
|
// Insert orders using product ID's
|
||||||
_(jsonData.orders).each(async (order) => {
|
_(jsonData.orders).each(async (order) => {
|
||||||
order.orderProducts.push({
|
order.orderProducts.push({
|
||||||
|
|
Loading…
Reference in New Issue