Commit graph

4 commits

Author SHA1 Message Date
e319626a1a chore: replace eslint & prettier w/ biomejs (#21)
* chore: replace eslint & prettier w/ biomejs

* fix syntax error in ci.yml workflow

* ensure that build CI jobs only run if check job succeeds to save resources
2024-07-15 08:36:52 -07:00
d4f713e5c5 fix: dev cmd didn't watch files due to import mangling
Appearently the esModuleInterop flag in TypeScript is not compatible
with node-watch, and the import helper was mangling the import as a
result and causing an error in the dev command that resulted in files
not being watched.

This fixes that import issue and adds an e2e test to help prevent a
regression of this issue in the future.
2020-06-09 13:56:11 -07:00
ac8b798b2f test: fix false-pos in runner due to exit code 2020-06-01 23:44:33 -07:00
99ae3402a5 test: add testing framework 2020-05-30 11:41:23 -07:00