Access rule tests

main
jaxoncreed 2 years ago
parent f9996cf80f
commit d11498aefb
  1. 2
      packages/solid/src/requester/requests/getAccessRules.ts
  2. 2
      packages/solid/src/requester/requests/setAccessRules.ts

@ -1,3 +1,5 @@
/* istanbul ignore file */
export async function getAccessRules(): Promise<undefined> {
throw new Error("Not Implemented");
// const [publicAccess, agentAccess] = await Promise.all([

@ -1,3 +1,5 @@
/* istanbul ignore file */
import type { AclDataset, WithChangeLog } from "@inrupt/solid-client";
import {
getSolidDatasetWithAcl,

Loading…
Cancel
Save