tweedegolf / storage-abstraction

Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
MIT License
110 stars 18 forks source link

Can't run tests on master #41

Closed rupurt closed 1 year ago

rupurt commented 1 year ago

I'm currently getting the following errors on the master branch when trying to run the local tests

npm run test-config-local

> @tweedegolf/storage-abstraction@1.4.7 test-config-local
> ts-node ./node_modules/.bin/jasmine ./tests/test-config-local.jasmine.ts

tests/test-config-local.jasmine.ts:6:10 - error TS2305: Module '"./util"' has no exported member 'promiseRimraf'.

6 import { promiseRimraf } from "./util";
abudaan commented 1 year ago

Thanks for letting me know! It has been fixed.