deep-diff
deep-diff copied to clipboard
Test dist instead of sources in CI
Subject
Testing the dist output in Travis in order to ensure the webpack build is correctly done (this would prevent issues like #1 ).
Lead
Have a script like npm test:dist that sets NODE_ENV=production and require the dist in the test suite instead of the sources.