拍卖行:初步实现添加拍品的测试接口

This commit is contained in:
liangtongchuan
2021-03-17 16:14:22 +08:00
parent a76c0fa7fe
commit 76aee57e67
4 changed files with 48 additions and 9 deletions
+1 -1
View File
@@ -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;