mirror of
https://github.com/directus/directus.git
synced 2026-02-17 18:51:29 -05:00
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:
@@ -1,4 +1,4 @@
|
||||
import { toArray } from '.';
|
||||
import { toArray } from './to-array';
|
||||
|
||||
describe('toArray', () => {
|
||||
it('takes in a string and returns an array', () => {
|
||||
|
||||
Reference in New Issue
Block a user