chore: approach Node.js' "suites and tests" way of testing (#328)

This commit is contained in:
Paulo F. Oliveira
2025-04-26 23:54:49 +01:00
committed by GitHub
parent 4b97eeaf23
commit 8e3c26cc73
5 changed files with 797 additions and 864 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"licenses": "yarn licenses generate-disclaimer > 3RD_PARTY_LICENSES",
"markdownlint": "markdownlint *.md ./github/**/*.md",
"shellcheck": "shellcheck .github/workflows/*.sh",
"test": "node test/setup-beam.test.js",
"test": "node --test --test-reporter=spec",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml",
"clean-dist": "rm -rf ./dist",
"lint": "npm run markdownlint && npm run shellcheck && npm run yamllint && npm run jslint",