mirror of
https://github.com/koush/scrypted.git
synced 2026-03-17 15:32:09 +00:00
6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
import test from "ava";
|
|
|
|
test("app", (t) => {
|
|
t.pass();
|
|
});
|