Skip to content

Commit

Permalink
Re-enable yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 16, 2020
1 parent 1567f16 commit f2ef912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/all/node/test-yarn-installation.js
Expand Up @@ -24,8 +24,7 @@ describe('[all] Yarn Installation', function() {
});

for (const packageToInstall of packagesToInstall) {
// TODO(jeffposnick): Re-enable test after workbox-recipes is published.
it.skip(`should install ${packageToInstall} using yarn`, async function() {
it(`should install ${packageToInstall} using yarn`, async function() {
this.timeout(5 * 60 * 1000);

try {
Expand Down

0 comments on commit f2ef912

Please sign in to comment.