Skip to content

Commit

Permalink
Fix typo in filename of jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored and ComLock committed Oct 29, 2024
1 parent 9a6fc2c commit 79c54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install --save-dev jest-environment-jsdom ts-node ts-jest

In our example we will configure processing of both client-side and server-side Typescript code.

Create a file called jest.config.js in the root of the project with the following content:
Create a file called jest.config.ts in the root of the project with the following content:

[source, TypeScript]
----
Expand Down

0 comments on commit 79c54a1

Please sign in to comment.