UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

11 lines (8 loc) 170 B
import { assign } from 'lodash' import { observable } from 'mobx' export default class Run { @observable id constructor (options) { assign(this, options) } }