Skip to content

Commit

Permalink
fix: typo in loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Erta committed Jan 28, 2023
1 parent c2ccb30 commit 09b9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/tests/loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('morfeoLoader', () => {
expect(context.callback).toHaveBeenCalledWith(null, testCode, null);
});

it('should not do any changes in case css is not used', () => {
it('should not do any changes in case "createUseClasses" is not used', () => {
const testCode = `
import something from "@morfeo/css";
export const someVar = 'some string'
Expand Down

0 comments on commit 09b9ac4

Please sign in to comment.