文件操作 - factors.test.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/core/specs/factors.test.ts
编辑文件内容
import getFactors from 'app/core/utils/factors'; describe('factors', () => { it('should return factors for 12', () => { const factors = getFactors(12); expect(factors).toEqual([1, 2, 3, 4, 6, 12]); }); });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件