From 4206e7700ded6f42059492ec9fb319052afa1974 Mon Sep 17 00:00:00 2001 From: Beau Cameron Date: Wed, 3 Jan 2024 15:35:38 -0700 Subject: [PATCH] Update to test --- test/graph/compliance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/graph/compliance.ts b/test/graph/compliance.ts index 22ded6198..27cd754f7 100644 --- a/test/graph/compliance.ts +++ b/test/graph/compliance.ts @@ -1,7 +1,7 @@ import "@pnp/graph/teams"; import "@pnp/graph/compliance"; -describe.only("Compliance", function () { +describe("Compliance", function () { before(async function () { // currently not supported for app only. Keeping this test here for a placeholder.