mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
improvements to CI test suite
This commit is contained in:
5
serverless/cloudflare/worker.test.ts
Normal file
5
serverless/cloudflare/worker.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { test } from "zora";
|
||||
|
||||
test("stub test", (assertion) => {
|
||||
assertion.ok(true);
|
||||
});
|
||||
Reference in New Issue
Block a user