文件操作 - common.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/test/lib/common.ts
编辑文件内容
const _global = window as any; const beforeEach = _global.beforeEach; const afterEach = _global.afterEach; const before = _global.before; const describe = _global.describe; const it = _global.it; const sinon = _global.sinon; const expect = _global.expect; const angularMocks = { module: _global.module, inject: _global.inject, }; export { beforeEach, afterEach, before, describe, it, sinon, expect, angularMocks };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件