test-type-definition
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

TypeScript Definitions for testRTC script commands

Installation

Make sure you have Node Package Manager installed. ( https://www.npmjs.com/get-npm )

This package extends @types/nightwatch with testRTC custom commands

npm install -D test-type-definition

or

yarn add -D test-type-definition

Configure your tsconfig.json to add provided types to your project scope if your IDE can't see it

{
  "compilerOptions": {
    "types": [
      "test-type-definition"
    ],
  },
}

Enjoy assistive scripting in your IDE !

Package Sidebar

Install

npm i test-type-definition

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

23.6 kB

Total Files

6

Last publish

Collaborators

  • right-handed