UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

13 lines (11 loc) 212 B
import users from "./fixtures/users"; import User from "./models/user"; export default async function () { User.resetDatabase[ { id: 1, firstName: "Izel", lastName: "Nakri", } ]; }