From bb4970815d159a833b74c9a531b0dd53ca765816 Mon Sep 17 00:00:00 2001 From: mapsam Date: Mon, 8 Jan 2018 12:04:24 -0800 Subject: [PATCH] test note --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c17da1c..bb1daae 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,9 @@ Add a new tile buffer to a specific ZXY. This can be a raster tile or a _gzipped **`putInfo(data, callback)`** Put an information object into the metadata table. Any nested JSON will be stringified and stored in the "json" row of the metadata table. This will replace any matching key/value fields in the table. + +# Test + +``` +npm test +```