Skip to content

Commit 6c9c737

Browse files
committed
chore: deps cleanup
- use native node.js glob - remove prettier@2 - add in @csstools/css-parser-algorithms so tests can work in CI?
1 parent e2f7789 commit 6c9c737

File tree

3 files changed

+43
-146
lines changed

3 files changed

+43
-146
lines changed

__tests__/codeMirror.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/* eslint-disable testing-library/no-node-access */
22
/* eslint-disable testing-library/no-container */
3-
import { promises as fs } from 'fs';
3+
import { promises as fs, globSync } from 'fs';
44
import path from 'path';
55

66
// eslint-disable-next-line testing-library/no-manual-cleanup
77
import { cleanup, render, screen } from '@testing-library/react';
8-
import { globSync } from 'glob';
98
import { beforeAll, beforeEach, describe, expect, it, vi, test } from 'vitest';
109

1110
import syntaxHighlighter, { uppercase, canonical } from '../src';

package-lock.json

Lines changed: 41 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)