mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-03-21 22:39:39 +00:00
* js: Allow passing credentials option to fetch [#397] * fix passing custom headers in case where remote archive is < 16 kB * clean up `any` usage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import assert from "node:assert";
|
||||
import { describe, mock, test } from "node:test";
|
||||
import { describe, test } from "node:test";
|
||||
import { PMTiles, Protocol } from "../src";
|
||||
import { mockServer } from "./utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user