Everything in lib/utilities is intended to be Rails agnostic (though many use some feature like .blank?. These libraries are execellent targets for extraction and simplification of our code base.
An extension of Deno's built-in test runner to add setup/teardown hooks and make it easier to organize tests in a format similar to Jasmine, Jest, and Mocha.
This CLI tool allows to organize mocha tests in files and directories. It works by traversing the test directory recursively, creating describe blocks per directory and tests per *.test.js file.
This package displays a list of all the tests in the active spec file. It looks for the 'describe' and 'it' syntax to populate an interactive test list in a panel.
Overview
Everything in lib/utilities is intended to be Rails agnostic (though many use some feature like
.blank?. These libraries are execellent targets for extraction and simplification of our code base.Extraction target
Re-integration
Refactoring should be s