7.13.0 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

7.12.2

1 year ago

7.12.0

1 year ago

7.12.1

1 year ago

7.11.3

1 year ago

7.11.1

1 year ago

7.11.2

1 year ago

7.11.0

2 years ago

7.11.0-RC1

2 years ago