Skip to content

Commit

Permalink
fix: typo in createUseClasses test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Erta committed Jan 28, 2023
1 parent 8afdba2 commit c2ccb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/tests/createUseClasses.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createUseClasses } from '../src';

describe('createUseClasses', () => {
it('should throw an exception in case `css` is executed', () => {
it('should throw an exception in case `createUseClasses` is executed', () => {
expect(() => createUseClasses({})).toThrow();
});
});

0 comments on commit c2ccb30

Please sign in to comment.