Revert "merge master"

This commit is contained in:
dingangang
2020-05-25 17:13:00 +08:00
committed by GitHub
parent 72b54bf4b6
commit ddd9d30e08
14 changed files with 20 additions and 54 deletions

View File

@@ -1,5 +1,4 @@
import { parseTime } from '@/utils/index.js'
describe('Utils:parseTime', () => {
const d = new Date('2018-07-13 17:54:01') // "2018-07-13 17:54:01"
it('timestamp', () => {
@@ -30,8 +29,4 @@ describe('Utils:parseTime', () => {
it('empty argument', () => {
expect(parseTime()).toBeNull()
})
it('null', () => {
expect(parseTime(null)).toBeNull()
})
})