NCIOCPL / drug-dictionary-app

NCI Drug Dictionary Application
2 stars 0 forks source link

Prevent utils/__test__ folder from being included in build #66

Closed arcepaul closed 3 years ago

arcepaul commented 3 years ago

Bryan discovered that the tests folder in utils was being included in the build bundles.

As a user consumer of the app bundle, I would like for it not to include the utils/__test__ folder for optimization and other reasons

2

Steps to reproduce the issue

  1. Run a build
  2. See that tests exists in the js bundle

What's the expected result?