Closed rupurt closed 1 year ago
I'm currently getting the following errors on the master branch when trying to run the local tests
master
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";
Thanks for letting me know! It has been fixed.
I'm currently getting the following errors on the
master
branch when trying to run the local tests