Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 24, 2024
1 parent 7298e90 commit e205a22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as csstree from 'css-tree';
import { nanoid } from 'nanoid/non-secure';

export interface DeclarationWithValue extends csstree.Declaration {
value: csstree.Value;
}
Expand Down
3 changes: 0 additions & 3 deletions tests/unit/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ beforeAll(() => {
afterEach(() => {
fetchMock.reset();
});
vi.mock('nanoid/non-secure', () => {
return { nanoid: () => '1234' };
});

0 comments on commit e205a22

Please sign in to comment.