mirror of
https://github.com/certd/certd.git
synced 2026-04-26 05:37:25 +08:00
refactor: dir with md5
This commit is contained in:
@@ -68,7 +68,7 @@ describe('Certd', function () {
|
|||||||
const certd = new Certd(options)
|
const certd = new Certd(options)
|
||||||
const currentRootPath = certd.certStore.currentMarkPath
|
const currentRootPath = certd.certStore.currentMarkPath
|
||||||
console.log('rootDir', currentRootPath)
|
console.log('rootDir', currentRootPath)
|
||||||
expect(currentRootPath).match(/xiaojunnuo@qq.com\\certs\\_.docmirror.club\w*\\current.json/)
|
expect(currentRootPath).match(/xiaojunnuo@qq.com\\certs\\_.docmirror.club-\w*\\current.json/)
|
||||||
})
|
})
|
||||||
it('#writeAndReadCert', async function () {
|
it('#writeAndReadCert', async function () {
|
||||||
const options = createOptions()
|
const options = createOptions()
|
||||||
|
|||||||
Reference in New Issue
Block a user