GroceriStar/sd

View on GitHub
package/src/data/Grocery/example/exampleGroceryUsers.js

Summary

Maintainability
A
0 mins
Test Coverage
const groceryListsWithUsersRelations = require('./grocery-with-user-relations.json');

// console.log('Name of User: ' + groceryListsWithUsersRelations['name'])
// console.log(groceryListsWithUsersRelations["departments"][0]);

module.exports = {
  groceryListsWithUsersRelations,
};