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