Skip to content

Commit

Permalink
test: Fix types test
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 7, 2025
1 parent 11a4a40 commit ad80bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/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 js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^6.1.1",
"sinon": "^19.0.0",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion js/tests/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"noEmit": true,
"rootDir": "../../",
"strict": true,
"target": "ESNext",
"types": []
},
"files": ["../../dist/momoa.d.ts", "typedefs.test.ts"]
}

0 comments on commit ad80bb8

Please sign in to comment.