Install all requisite dependencies.
yarnRun development server.
yarn start-devAll development work should be done in the src directory.
Add TEST_DROPBOX_ACCESSTOKEN to a .env file. An access token can be accessed here. Then run the tests using Jest.
yarn test