Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 600 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 600 Bytes

@ali/test-plus

Install

$ npm install @ali/test-plus --save

Usage

import MyComponent from '@ali/test-plus';

API

Props

name type default describe
name String '' describe

Function

name param return describe
name Object / describe

Example

import { createElement, render } from 'rax';
import DriverUniversal from 'driver-universal';
import MyComponent from '@ali/test-plus';

render(<MyComponent />, document.body, { driver: DriverUniversal });