- Install dependencies 📦
yarn install
- **Run tests ** ✅
yarn test
- Create a .env file 📝
cp .env.example .env
- Add Notion Token and Database ID to the .env file 🔑
- Run
__tests__/testMarkdownToNotion.ts
🚀
yarn test:api
- Make sure .env is properly configured; otherwise, yarn test:api may fail!
⚠️ - Ensure that the sample/docs directory exists ✅