1.0.4 • Published 3 years ago
test-type-definition v1.0.4
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-definitionor
yarn add -D test-type-definitionConfigure your tsconfig.json to add provided types to your project scope if your IDE can't see it
{
"compilerOptions": {
"types": [
"test-type-definition"
],
},
}