Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Apr 30, 2020
1 parent 5a79c7a commit c99a557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/core/core/test/TargetResolver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import assert from 'assert';
import path from 'path';
import tempy from 'tempy';
import {inputFS as fs} from '@parcel/test-utils';
import TargetResolver from '../src/TargetResolver';
import {DEFAULT_OPTIONS as _DEFAULT_OPTIONS} from './utils';

const DEFAULT_OPTIONS = {..._DEFAULT_OPTIONS, sourceMaps: true};

import TargetResolver from '../src/TargetResolver';

const COMMON_TARGETS_FIXTURE_PATH = path.join(
__dirname,
'fixtures/common-targets',
Expand Down
1 change: 0 additions & 1 deletion packages/core/integration-tests/test/sourcemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import SourceMap from '@parcel/source-map';
import {
bundle as _bundle,
assertBundleTree,
distDir,
inputFS,
outputFS,
shallowEqual,
Expand Down

0 comments on commit c99a557

Please sign in to comment.