Tests for listFolders, resolvePackage (#8356)

* listFolders test passing 100% coverage

* added tmp package

* listFolders test updated to use random temp folder

* add package tmp to workspace

* tmp as dev dependency

* direct imports

* resolve-packages passing 100% coverage

* fixed tmpdir location in list-folders

* Pin tmp

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
Jay Cammarano
2021-09-28 19:10:08 -04:00
committed by GitHub
parent 4e70169a72
commit e7b4153028
16 changed files with 66 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { toArray } from '.';
import { toArray } from './to-array';
describe('toArray', () => {
it('takes in a string and returns an array', () => {