mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
if (msg.startsWith('Hello, world')) {
|
|
log.testOK();
|
|
} else {
|
|
log.testFailed();
|
|
}
|