Closed wenkokke closed 5 months ago
The example tests are currently run via scripts/parse-examples.
scripts/parse-examples
These should probably be migrated to Jest tests, and the example repositories should probably be stored in package.json with a script for bumping the commit hashes:
package.json
"tree-sitter-talon": { "tested-with": [ "github:AndreasArvidsson/andreas-talon#43811bae4c1a75f2ecd29240891f6612a1b7cec5", "github:nriley/talon_community#1ff0e36f47689193be1d8909b9935f7c7004a045", "github:phillco/talon-axkit#8eecc78b2de65b68123a6e1eae72a5a790a4e407", "github:talonhub/community#93c9261c240078c46290ae1a500f2c9cfc749833", ] }
The example tests are currently run via
scripts/parse-examples
.These should probably be migrated to Jest tests, and the example repositories should probably be stored in
package.json
with a script for bumping the commit hashes: