diff --git a/test.js b/test.js new file mode 100644 index 000000000..6649f8a25 --- /dev/null +++ b/test.js @@ -0,0 +1,6 @@ +const { detectProjects } = require('lerna/utils'); + +const test = async () => { + const { projectGraph, projectFileMap } = await detectProjects(); +}; +test();