We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143413b commit 4ef45f6Copy full SHA for 4ef45f6
packages/monaco-graphql/test/monaco-editor.test.ts
@@ -15,7 +15,7 @@ describe('monaco-editor', () => {
15
// expect(lines[1]).toMatch(' building for production...');
16
// expect(lines[2]).toBe('transforming...');
17
expect(lines[3]).toMatch(
18
- `✓ ${parseInt(version, 10) > 16 ? 862 : 843} modules transformed.`,
+ `✓ ${parseInt(version, 10) > 16 ? 869 : 843} modules transformed.`,
19
);
20
// expect(lines[4]).toBe('rendering chunks...');
21
// expect(lines[5]).toBe('computing gzip size...');
0 commit comments