Page MenuHomePhabricator

[apps] Consistently apply naming convention for mocha unit test files
ClosedPublic

Authored by bytesofman on Sep 20 2023, 18:25.

Details

Summary

Using '.test.js' is picked up by VScode's GUI and imo is easier to parse as "this file is the test file for the other file with the same name without the '.test'" -- esp vs the camelCase _Tests everywhere

Test Plan

Verify only change is file names
npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable