import UserList from './user-list';

describe("UserList", () => {
	it("should render a UserList", async () => {}
})
