Skip to content

Commit adca770

Browse files
committed
Add test
1 parent 7232513 commit adca770

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)