/*
 * @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({});
    });
});
