Skip to content

Commit

Permalink
Fix typescript import error on nodenext/nodenext.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedll committed Apr 16, 2024
1 parent 849c1f8 commit 18c5c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/semantic-dom-diff/chai-dom-diff-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="chai" />

import { DiffOptions } from './get-diffable-html';
import { DiffOptions } from './get-diffable-html.js';

declare global {
namespace Chai {
Expand Down

0 comments on commit 18c5c64

Please sign in to comment.