We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7232513 commit adca770Copy full SHA for adca770
tests/cases/fourslash/formattingIllegalImportClause.ts
@@ -0,0 +1,26 @@
1
+/// <reference path='fourslash.ts' />
2
+
3
+//// var expect = require('expect.js');
4
+//// import React from 'react'/*1*/;
5
+//// import { mount } from 'enzyme';
6
+//// require('../setup');
7
+//// var Amount = require('../../src/js/components/amount');
8
9
+//// describe('<Failed />', () => {
10
+//// var history
11
+//// beforeEach(() => {
12
+//// history = createMemoryHistory();
13
+//// sinon.spy(history, 'pushState');
14
+//// });
15
16
+//// afterEach(() => {
17
+//// })
18
19
+//// it('redirects to order summary', () => {
20
21
22
23
24
+format.document();
25
+goTo.marker("1");
26
+verify.currentLineContentIs("import React from 'react';")
0 commit comments