UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

5 lines (3 loc) 109 B
import { useContext } from 'react' import context from './context' export default () => useContext(context)