File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
2929## Committing and Pushing changes
3030
3131Please make sure to run the tests before you commit your changes. You can run
32- `npm run test:update ` which will update any snapshots that need updating. Make
33- sure to include those changes (if they exist) in your commit.
32+ `npm run test` which will update any snapshots that need updating. Make sure to
33+ include those changes (if they exist) in your commit.
3434
3535## Help needed
3636
Original file line number Diff line number Diff line change @@ -204,4 +204,4 @@ type MDXExportFunction<
204204> = (
205205 code : string ,
206206 globals ?: Record < string , unknown > ,
207- ) => MDXExport < ExportedObject , Frontmatter >
207+ ) => ReturnType < MDXExport < ExportedObject , Frontmatter > >
You can’t perform that action at this time.
0 commit comments