Skip to content

Commit

Permalink
Merge pull request #113 from shapiromatron/github-actions
Browse files Browse the repository at this point in the history
create github action workflows
  • Loading branch information
fjsj authored Dec 18, 2023
2 parents e22e457 + 2f4da93 commit 6298d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion tests/base.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -484,6 +484,7 @@ describe('BundleTrackerPlugin bases tests', () => {
expectWarnings,
);
});

it('It should show compressed assets', done => {
const expectErrors = null;
const expectWarnings = getWebpack4WarningMessage();
Expand Down

0 comments on commit 6298d1b

Please sign in to comment.