Skip to content

Commit

Permalink
fix ESM import
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jul 7, 2023
1 parent 340a6dc commit bc99cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"eslintConfig": {
"extends": "kyle",
"rules": {
"import/extensions": 0,
"import/no-extraneous-dependencies": 0
},
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, afterEach } from "vitest";
import { cleanup } from "@testing-library/react";
import matchers from "@testing-library/jest-dom/matchers";
import matchers from "@testing-library/jest-dom/matchers.js";

expect.extend(matchers);

Expand Down

0 comments on commit bc99cd0

Please sign in to comment.