UNPKG

@interaktiv/mibuilder-core

Version:

Core libraries to interact with MiBuilder projects.

9 lines (8 loc) 383 B
"use strict"; describe('resolveConfigPath', () => { it.todo('should throw if cwd is not an absolute path'); it.todo('should resolve if is a file path not a dir path'); it.todo('should throw if root dir does not exists'); it.todo('should throw if does not found a miubilder-project.json file'); it.todo('should throw if can not read from found miubilder-project.json'); });