Skip to content

Commit

Permalink
Code style improvement
Browse files Browse the repository at this point in the history
Fixes linter error "import/no-named-default"
  • Loading branch information
Joshua Walsh committed Apr 26, 2022
1 parent 012bcd1 commit bb4b97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-plugin-s3-e2e-tests/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import { fork } from 'child_process';
import { Readable } from 'stream';
import S3, { NextToken } from 'aws-sdk/clients/s3';
import { default as resolvePackagePath } from 'resolve-package-path';
import resolvePackagePath from 'resolve-package-path';

// IMPORTANT: Must match what's in test-infrastructure/template.tf
const bucketPrefix = 'gatsby-plugin-s3-tests-';
Expand Down

0 comments on commit bb4b97b

Please sign in to comment.