Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 470 Bytes

test-mode.md

File metadata and controls

16 lines (10 loc) · 470 Bytes

Test Mode

Modules return dummy data when Test Mode is activated.

{% hint style="info" %} Test Mode is useful when you want to avoid making API calls while building and testing the logic of your program. {% endhint %}

✅ Enabling Test Mode

To enable Test Mode while editing your program, click the check box in settings panel for your script.

{% hint style="warning" %} Remember to disable Test Mode when you want to start consuming real data! {% endhint %}