拍卖行:初步实现添加拍品的测试接口
This commit is contained in:
@@ -10,7 +10,7 @@ function checkTime(date: Date, h: number, m: number, s: number) {
|
||||
expect(date.getSeconds()).to.be.equal(s);
|
||||
}
|
||||
|
||||
describe('测试时间相关工具方法', function () {
|
||||
describe('测试时间工具方法', function () {
|
||||
it('获取某个时间后的某点,返回当天', function () {
|
||||
const baseDate = new Date();
|
||||
const newHour = 9, newMin = 9, newSec = 9;
|
||||
|
||||
Reference in New Issue
Block a user