7.13.0 • Published 2 years ago

@item-enonic-types/lib-testing v7.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Item Enonic Types – Testing Lib

npm version

Installation

Install @item-enonic-types/lib-testing from npm by running:

npm i --save-dev @item-enonic-types/lib-testing

Usage

To the types for the "/lib/testing"-module, you need to include the following in your tsconfig.json :

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "/lib/xp/*": ["./node_modules/@enonic-types/lib-*"],
      "/lib/*": ["./node_modules/@item-enonic-types/lib-*" ,"./src/main/resources/lib/*"]
    }
  }
}
7.13.0

2 years ago

7.12.2

2 years ago

7.12.0

2 years ago

7.12.1

2 years ago

7.11.3

2 years ago

7.11.1

3 years ago

7.11.2

2 years ago

7.11.0

3 years ago

7.11.0-RC1

3 years ago