UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

13 lines (9 loc) 286 B
import { expect } from 'chai' import { pathed } from '@paths/paths-example-file' // simple example of typescript types type SomeType = { someProp: string } const someObj: SomeType = { someProp: 'someValue' } expect(pathed).to.be.true expect(someObj.someProp).to.equal('someValue')