refactor: dir with md5

master
xiaojunnuo 2021-02-26 15:27:34 +08:00
parent 8a24293fd7
commit 81407b65d1
1 changed files with 1 additions and 1 deletions

View File

@ -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()