Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Dec 11, 2017
1 parent ce89cb4 commit fbddf38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/workbox-core/models/messages/messages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ export default {
`invalid. Please ensure valid Responses are used.`;
},
'expire-custom-caches-only': () => {
if (!funcName) {
throw new Error(`Unexpected input to 'expire-custom-caches-only' error.`);
}
return `You must provide a 'cacheName' property when using the ` +
`expiration plugin with a runtime caching strategy.`;
},
Expand Down
2 changes: 0 additions & 2 deletions test/workbox-strategies/node/test-default.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {expect} from 'chai';

import {devOnly} from '../../../infra/testing/env-it';
import expectError from '../../../infra/testing/expectError';
import {CacheFirst, CacheOnly, NetworkFirst, NetworkOnly, StaleWhileRevalidate} from '../../../packages/workbox-strategies/_public.mjs';
import strategies from '../../../packages/workbox-strategies/_default.mjs';

Expand Down

0 comments on commit fbddf38

Please sign in to comment.