Skip to content

Commit 4ef45f6

Browse files
committed
fix package modules
1 parent 143413b commit 4ef45f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/monaco-graphql/test/monaco-editor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('monaco-editor', () => {
1515
// expect(lines[1]).toMatch(' building for production...');
1616
// expect(lines[2]).toBe('transforming...');
1717
expect(lines[3]).toMatch(
18-
`✓ ${parseInt(version, 10) > 16 ? 862 : 843} modules transformed.`,
18+
`✓ ${parseInt(version, 10) > 16 ? 869 : 843} modules transformed.`,
1919
);
2020
// expect(lines[4]).toBe('rendering chunks...');
2121
// expect(lines[5]).toBe('computing gzip size...');

0 commit comments

Comments
 (0)