tweedegolf / storage-abstraction

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

Can't run tests on master #41

Closed rupurt closed 10 months ago

rupurt commented 11 months 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 10 months ago

Thanks for letting me know! It has been fixed.