feature.js icon indicating copy to clipboard operation
feature.js copied to clipboard

Modular tests

Open nblackburn opened this issue 8 years ago • 2 comments

I feel as though it would be a good idea to break the tests up into modules which offers several benefits:

  • Custom builds.
  • Maintainability.
  • Importing only the tests you need.

nblackburn avatar Jan 10 '16 01:01 nblackburn

As long as the whole library remains < 1k, I actually prefer it as a single production/build file. It's a nice contrast/simplification to Modernizr's endless configurability.

robwierzbowski avatar Jan 12 '16 20:01 robwierzbowski

Hey @nblackburn. Sorry for the delay here. Thanks for the idea. I agree with @robwierzbowski. If we can achieve this without compromising the size of the library, I'd be interested in exploring this further.

meowsus avatar May 13 '19 15:05 meowsus