diff --git a/README.md b/README.md index b0bac02..340ade4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Webpack Bundle Tracker [![Join the chat at https://gitter.im/owais/webpack-bundle-tracker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/owais/webpack-bundle-tracker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![master build status](https://circleci.com/gh/django-webpack/webpack-bundle-tracker.svg?style=svg)](https://circleci.com/gh/django-webpack/webpack-bundle-tracker) +[![master build status](https://github.com/django-webpack/webpack-bundle-tracker/actions/workflows/test.yml/badge.svg)](https://github.com/django-webpack/webpack-bundle-tracker/actions/workflows/test.yml) + Spits out some stats about webpack compilation process to a file. diff --git a/tests/base.test.js b/tests/base.test.js index a3383d6..5c4fb26 100644 --- a/tests/base.test.js +++ b/tests/base.test.js @@ -185,7 +185,7 @@ describe('BundleTrackerPlugin bases tests', () => { ); }); - it('It should create intermdiate directory if path option is set with intermdiate directory', done => { + it('It should create intermediate directory if path option is set with intermediate directory', done => { const expectErrors = null; const expectWarnings = getWebpack4WarningMessage(); @@ -484,6 +484,7 @@ describe('BundleTrackerPlugin bases tests', () => { expectWarnings, ); }); + it('It should show compressed assets', done => { const expectErrors = null; const expectWarnings = getWebpack4WarningMessage();