/**
* @file run unit test
* @author nighca <nighca@live.cn>
*/import logger from'./utils/logger'import { logLifecycle } from'./utils'asyncfunctiontest() {
thrownewError('Command test is not supported yet')
}
exportdefaultlogLifecycle('Test', test, logger)