UNPKG

react-roulette-slot

Version:

ReactRouletteSlot 基于React的轮盘抽奖器

14 lines (13 loc) 306 B
/* * @Author: wzi * @Date: 2018-01-30 15:53:16 * @Last Modified by: wzi * @Last Modified time: 2018-12-05 17:03:03 * 该文件仅是为了去警告 */ import CONSTANTS from '@common/constants'; describe('constants', () => { test('test', () => { expect(CONSTANTS).toEqual({}); }); });