1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Sean Sube 052ca736d2 fix: more ES imports, some corresponding import changes, reset mock FS after every test 2022-02-06 00:23:37 -06:00
Sean Sube cea8c8abff feat: convert to ES modules, C8 for coverage
BREAKING CHANGE: this is not breaking for users, but for library users,
some bundling or a runtime supporting ES modules is now required.
2022-02-06 00:23:37 -06:00
ssube e7e42eee89
feat: list files using node's fs module instead of recursive-readdir
BREAKING CHANGE: this changes how directories are listed, by replacing
the recursive-readdir module with node's readdir method, and a custom
implementation that is compatible with the changes to Node 16's fs
implementation for testing.
2021-07-14 00:13:21 -05:00
Sean Sube cb3ee1fa8e
remove(test): async leak helpers (#313) 2020-04-02 18:58:57 -05:00
ssube 4f1571b75c
lint(tests): clean up magic numbers 2019-11-19 06:03:48 -06:00
ssube 089725ef60 cover rule file and module validation 2019-11-18 06:28:06 -06:00
ssube dbfe0429fa feat: validate rules while loading 2019-11-18 06:28:06 -06:00
ssube 0f214ed2dc rudimentary coverage for fix mode 2019-11-16 20:01:41 -06:00
ssube 6c33b81610 lint: extract visit item method 2019-11-15 21:05:44 -06:00
ssube c053da9051 fix(tests): cover rule failures through main 2019-11-15 21:05:44 -06:00
ssube c9b6c9fe4e fix(tests): mock config when listing rules 2019-11-15 21:05:44 -06:00
ssube 11b3bd0d09 fix: manually pass argv to yargs 2019-11-15 21:05:44 -06:00
ssube e0dca3c3ad
fix: export exit statuses 2019-11-09 21:56:49 -06:00