refactor: for test

This commit is contained in:
xiaojunnuo
2023-05-09 09:49:42 +08:00
parent 003ea9310b
commit f358a0f226
54 changed files with 97 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
import _ from 'lodash-es'
import _ from 'lodash'
import optionsPrivate from './options.private.js'
const defaultOptions = {
args: {
@@ -137,4 +137,4 @@ export function getDnsProviderOptions (options) {
options = createOptions()
}
return { accessProviders: options.accessProviders, props: options.cert.dnsProvider }
}
}