Closed danielbayerlein closed 7 years ago
Our test files do not have a uniform name:
eslint-config-honeycomb
*-test.js
generator-honeycomb
honeycomb-assets
*.test.js
honeycomb-health-middleware
*.js
honeycomb-info-middleware
honeycomb-layout
honeycomb-logging-middleware
honeycomb-registry-client
honeycomb-server
@chrishelgert Do you prefer *-test.js or *.test.js?
I would prefer the .test.js syntax 👌
Our test files do not have a uniform name:
eslint-config-honeycomb
->*-test.js
generator-honeycomb
->*-test.js
honeycomb-assets
->*.test.js
honeycomb-health-middleware
->*.js
honeycomb-info-middleware
->*.js
honeycomb-layout
->*-test.js
honeycomb-logging-middleware
->*.js
honeycomb-registry-client
->*-test.js
honeycomb-server
->*.js
@chrishelgert Do you prefer
*-test.js
or*.test.js
?