mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
import { test } from "zora";
|
|
|
|
test("stub test", (assertion) => {
|
|
assertion.ok(true);
|
|
});
|