react-roulette-slot
Version:
ReactRouletteSlot 基于React的轮盘抽奖器
15 lines (14 loc) • 337 B
text/typescript
/*
* @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);
});
});