Skip to content

Commit

Permalink
Converted index files to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Jul 5, 2024
1 parent 134448d commit 7826ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-extended-code",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds code and script matchers to Jest.",
"type": "module",
"packageManager": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
import './matchers/index.js';

export {};
2 changes: 2 additions & 0 deletions src/matchers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import './toEqualCode.js';
import './toOutput.js';

export {};

0 comments on commit 7826ff1

Please sign in to comment.