Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add reference to jest-dom types
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Aug 23, 2023
1 parent 1d0a393 commit dca5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default defineConfig({
dts: {
entry: ['./src/index.ts'],
resolve: true,
banner: '/// <reference types="jest" />',
banner: '/// <reference types="jest" />\n/// <reference types="@testing-library/jest-dom" />',
},
});

0 comments on commit dca5e4c

Please sign in to comment.