added deprecated radio api test

This commit is contained in:
Peli de Halleux 2016-10-24 16:34:33 -07:00
parent ec404e5887
commit 2e3cdee2a2
1 changed files with 9 additions and 0 deletions

9
tests/deprecated-apis.ts Normal file
View File

@ -0,0 +1,9 @@
// deprecated APIs
radio.receivedNumber();
radio.receivedSerial();
radio.receivedSignalStrength();
radio.receivedString();
radio.receivedTime();
radio.onDataReceived(() => {
});