Skip to content

Commit

Permalink
Run the correct unit tests (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Feb 13, 2021
1 parent 1b5eda6 commit 18e7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workbox-cacheable-response/integration/test-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {webdriver, server} = global.__workbox;

describe(`[workbox-cacheable-response]`, function() {
it(`passes all SW unit tests`, async function() {
await runUnitTests('/test/workbox-broadcast-update/sw/');
await runUnitTests('/test/workbox-cacheable-response/sw/');
});
});

Expand Down

0 comments on commit 18e7e72

Please sign in to comment.