We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9700fd7 commit 120f0a6Copy full SHA for 120f0a6
tests/index.spec.tsx
@@ -829,7 +829,7 @@ describe('csssinjs', () => {
829
unmount();
830
});
831
832
- it.only('hash only changes if salt or cssVar prefix changes', () => {
+ it('hash only changes if salt or cssVar prefix changes', () => {
833
const genHashStyle = (token: any): CSSInterpolation => ({
834
'.box': {
835
color: token.colorPrimary,
0 commit comments