Skip to content

Commit

Permalink
chore: un-focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Aug 7, 2023
1 parent 144106e commit a0faed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/processor/test/values.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a0faed9

Please sign in to comment.