From a0faed96798081200786d809bfdb70300b6e8067 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 7 Aug 2023 16:46:10 -0700 Subject: [PATCH] chore: un-focus test --- packages/processor/test/values.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/processor/test/values.test.js b/packages/processor/test/values.test.js index 877e2f48..daeba073 100644 --- a/packages/processor/test/values.test.js +++ b/packages/processor/test/values.test.js @@ -196,7 +196,7 @@ describe("/processor.js", () => { expect(css).toMatchSnapshot(); }); - it.only("should support layers of namespaced value references", async () => { + it("should support layers of namespaced value references", async () => { await processor.file(require.resolve("./specimens/deep-namespace/a.css")); const { css } = await processor.output();