/*
 * @Author: wzi
 * @Date: 2018-01-30 15:53:16
 * @Last Modified by: wzi
 * @Last Modified time: 2018-03-06 17:56:21
 * 该文件仅是为了去警告
 */
import styled from '@common/helper/styled-component';
describe('rxjsImportHelper', () => {
    test('mapTo', () => {
        expect(0).toBe(0);
        expect(styled);
    });
});
