test: use PROJECT_ROOT in dfm tests (#123)

This commit is contained in:
2025-06-11 20:55:39 +03:00
parent 066b38926a
commit 6155891fa4
2 changed files with 36 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
"fix:markdown": "npx markdownlint -df .",
"lint:prettier": "npx prettier . --check",
"fix:prettier": "npx prettier . --write",
"test": "echo \"Error: no test specified\" && exit 0"
"test": "bats tests/dfm"
},
"repository": {
"type": "git",
@@ -29,6 +29,7 @@
"devDependencies": {
"@ivuorinen/base-configs": "^2.0.0",
"@types/node": "^24.0.1",
"bats": "^1.12.0",
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.22"