UNPKG
@sharegainltd/ngrid-cypress
Version:
latest (5.0.3)
5.0.3
5.0.1
Cypress Test Helpers For @sharegainltd/ngrid
github.com/shlomiassaf/ngrid
shlomiassaf/ngrid
@sharegainltd/ngrid-cypress
/
lib
/
extend-cypress.d.ts
8 lines
(6 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="cypress" />
declare
namespace
Cypress
{
interface
Chainable
{
nGrid
():
Chainable
<
import
(
'./ngrid-harness/ngrid-harness'
).
NGridCypressHarness
>; } }