Skip to content

Commit a2e58d8

Browse files
committed
chore: bumping out of date deps
1 parent 25e88dd commit a2e58d8

File tree

3 files changed

+3123
-2622
lines changed

3 files changed

+3123
-2622
lines changed

__tests__/codeMirror.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import path from 'path';
33

44
import Variable from '@readme/variable';
55
import { mount, shallow } from 'enzyme';
6-
import glob from 'glob';
6+
import { globSync } from 'glob';
77

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

10-
const fixtures = glob.sync(path.join(__dirname, '/__fixtures__/*'));
10+
const fixtures = globSync(path.join(__dirname, '/__fixtures__/*'));
1111

1212
test('should highlight a block of code', () => {
1313
const code = shallow(syntaxHighlighter('var a = 1;', 'javascript'));

0 commit comments

Comments
 (0)