From e0542214c0aab17ed58b2354043553e145765568 Mon Sep 17 00:00:00 2001 From: Max P Date: Thu, 22 Aug 2024 23:11:42 +0200 Subject: [PATCH] docs: Add `Identifiers` and `Jest` Sections to the `README.md` file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5466046..e1f8010 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ ## Configuration +### Identifiers + +Strings and symbols are possible for the **identifiers**. + ### Jest +For the use of TSinjex with Jest, the corresponding source files can be found under `./src` of the TSinjex node_module folder. To use these files, the `moduleNameMapper` must be configured in the Jest configuration file. The following example shows how to configure the Jest configuration file to use the source files of TSinjex. + #### Example jest setup ```ts