@item-enonic-types/lib-testing
TypeScript icon, indicating that this package has built-in type declarations

7.13.0 • Public • Published

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/*"]
    }
  }
}

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

56

Version

7.13.0

License

MIT

Unpacked Size

2.63 kB

Total Files

3

Last publish

Collaborators

  • tajakobsen