apify / apify-storage-local-js

Local emulation of the apify-client NPM package, which enables local use of Apify SDK.
3 stars 4 forks source link

chore: migrate index file and tests to TS #31

Closed vladfrangu closed 3 years ago

vladfrangu commented 3 years ago

Depends on https://github.com/apify/apify-shared-js/pull/122

Converts the index file to TS Converts all tests to TS (pain ensues)

vladfrangu commented 3 years ago

CC: @pocesar @B4nan @mnmkng, this PR is technically review ready.

CI will not pass till apify/apify-shared-js#122 is merged and released, and neither will local tests (unless you manually copy the definitions files)

But this is the final PR! Module is officially all TS 🎉

vladfrangu commented 3 years ago

looking good (apart from the failing CI)

Should be passing now! 🎉