UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (11 loc) 226 B
import { observable } from 'mobx' export default class Org { @observable id @observable name @observable default constructor (org) { this.id = org.id this.name = org.name this.default = org.default } }