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 fb29bdd commit 865a7bfCopy full SHA for 865a7bf
cypress/e2e/laboratory/preflight.cy.ts
@@ -57,7 +57,7 @@ describe('Preflight Modal', () => {
57
});
58
59
it('script cannot have TypeScript syntax', () => {
60
- cyPreflight.setScriptEditorContent('let a:number = 1');
+ cyPreflight.setScriptEditorContent('const a:number = 1; a');
61
cyMonaco.nextProblemContains(selectors.modal.scriptEditor, 'Type annotations can only be used in TypeScript files.'); // prettier-ignore
62
63
0 commit comments