Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lettertwo committed Apr 29, 2022
1 parent aae3521 commit b7d7cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/integration-tests/test/cache.js
Expand Up @@ -2,6 +2,7 @@
import type {InitialParcelOptions, BuildSuccessEvent} from '@parcel/types';
import assert from 'assert';
import invariant from 'assert';
import nullthrows from 'nullthrows';
import path from 'path';
import {
assertBundles,
Expand Down

0 comments on commit b7d7cfa

Please sign in to comment.