fergiemcdowall / search-index

A persistent, network resilient, full text search library for the browser and Node.js
MIT License
1.39k stars 149 forks source link

Tests should be in a seperate repo #532

Closed fergiemcdowall closed 3 years ago

fergiemcdowall commented 3 years ago

Ideally the tests should be in a separate repo so that accidental changes and omissions to tests dont find their way into the main repo

fergiemcdowall commented 3 years ago

I dont think that this is a good idea any more

eklem commented 3 years ago

@fergiemcdowall Not the actual tests, but thought of having a separate test-framework module. So it will be less noise and less work when the dev-dependencies (which would then be dependencies) get an update. I.e. webpack. Just update it once every second week or so, and then the other modules will get one update when the test-framework module gets a new npm package.