Skip to content

Commit

Permalink
fix: update extensions on missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
antstanley committed Oct 18, 2023
1 parent a950016 commit b74fd58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/entity.delete.unit.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Entity, Table } from '..'
import { Entity, Table } from '../index.js'
import { DocumentClient } from './bootstrap.test.js'

const TestTable = new Table({
Expand Down
4 changes: 2 additions & 2 deletions src/__tests__/type-infering.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import {
DeleteOptions,
UpdateOptions,
ConditionsOrFilters, AttributeMap,
} from 'classes/Entity'
} from 'classes/Entity/types.js'

import { Table, Entity } from '../index'
import { Table, Entity } from '../index.js'
import { ReturnConsumedCapacity, ReturnItemCollectionMetrics, Select } from '@aws-sdk/client-dynamodb'
import {
DeleteCommandInput,
Expand Down

0 comments on commit b74fd58

Please sign in to comment.