Skip to content

Commit

Permalink
Linting workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Sep 27, 2019
1 parent 5ae0714 commit 2067e7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workbox-build/node/inject-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ describe(`[workbox-build] inject-manifest.js (End to End)`, function() {
describe(`[workbox-webpack-plugin] Sourcemap manipulation`, function() {
it(`should update the sourcemap to account for manifest injection`, async function() {
const outputDir = tempy.directory();
const swSrc = upath.join(SW_SRC_DIR, 'basic-with-sourcemap.js');
const swSrc = upath.join(SW_SRC_DIR, 'basic-with-sourcemap.js.nolint');
const swDest = upath.join(outputDir, 'basic-with-sourcemap.js');
const sourcemapDest = upath.join(outputDir, 'basic-with-sourcemap.js.map');
const options = Object.assign({}, BASE_OPTIONS, {
Expand Down

0 comments on commit 2067e7d

Please sign in to comment.