Skip to content

Commit

Permalink
fix: Update src/teardown.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Batov <[email protected]>
  • Loading branch information
harazdovskiy and batovpasha authored Aug 9, 2022
1 parent ee274b8 commit 6639ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teardown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {JestArgs} from './types';

const debug = require('debug')('jest-dynamodb');

module.exports = async function (jestArgs: JestArgs) {
export default async function (jestArgs: JestArgs) {
// eslint-disable-next-line no-console
debug('Teardown DynamoDB');

Expand Down

0 comments on commit 6639ba6

Please sign in to comment.