Skip to content

Commit 120f0a6

Browse files
committed
chore: rm only
1 parent 9700fd7 commit 120f0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ describe('csssinjs', () => {
829829
unmount();
830830
});
831831

832-
it.only('hash only changes if salt or cssVar prefix changes', () => {
832+
it('hash only changes if salt or cssVar prefix changes', () => {
833833
const genHashStyle = (token: any): CSSInterpolation => ({
834834
'.box': {
835835
color: token.colorPrimary,

0 commit comments

Comments
 (0)