Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 17, 2024
1 parent 867d96f commit ce6e00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-yak/loaders/__tests__/tsloader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const Icon = styled.div\`
`);
});

it.only("should show error when a mixin function is used in nested selector", async () => {
it("should show error when a mixin function is used in nested selector", async () => {
await expect(() =>
tsloader.call(
loaderContext,
Expand Down

0 comments on commit ce6e00a

Please sign in to comment.