Files
scrypted/plugins/google-home/local-sdk-app/test.ts
Koushik Dutta a46b2811ed initial commit
2021-08-24 21:22:41 -07:00

6 lines
64 B
TypeScript

import test from "ava";
test("app", (t) => {
t.pass();
});