Run tests as a GitHub CI workflow

This commit is contained in:
Tim Schaub
2020-05-16 22:40:03 -06:00
parent d7012502e9
commit 2e6dd3b251
8 changed files with 53 additions and 7 deletions

View File

@@ -46,4 +46,4 @@ const unmanaged = new VectorLayer({
});
unmanaged.setMap(map);
render();
render({tolerance: 0.01});