Rich-Harris / estree-walker

Traverse an ESTree-compliant AST
MIT License
389 stars 37 forks source link

test: setup github actions, use node:test and node:assert/strict #36

Open ChristianMurphy opened 1 year ago

ChristianMurphy commented 1 year ago

This sets up GitHub actions for continuous integration, and leverages node:test for the test suite reducing the number of dependencies needed.

This would simplify testing for #34, but is not required for it.