Skip to content

Commit

Permalink
try solving .ts filename exception
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 12, 2023
1 parent 2aad8b9 commit 2d66ac6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/test-proposals/test/test-cli.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import test from 'ava';
import {
CoreEvalProposal,
ProposalInfo,
type ProposalInfo,
imageNameForProposal,
} from '../src/cli/proposals.ts';
} from '../src/cli/proposals.js';

test('imageNameForProposal', t => {
const proposal: ProposalInfo = {
Expand Down

0 comments on commit 2d66ac6

Please sign in to comment.