test: add standalone area fixtures

This commit is contained in:
2026-08-26 09:13:44 +08:00
parent 208df9e6af
commit 90400d967f
3 changed files with 30 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@osm-asset/road-compiler",
"version": "0.1.0",
"version": "0.1.2",
"private": false,
"type": "commonjs",
"main": "src/index.js",
@@ -8,8 +8,7 @@
"road-compiler": "bin/road-compiler.js"
},
"scripts": {
"test": "node test/index.js",
"test:road-parity": "node test/road-parity.js",
"test": "node test/index.js && node test/fixtures.js",
"road:workbench": "node bin/road-workbench.js"
},
"dependencies": {