UNPKG

react-easy-edit

Version:

A react library for inline editing components

16 lines (15 loc) 350 B
version: 2 jobs: build: docker: - image: circleci/node:10.0-browsers steps: - checkout - run: npm install - run: name: "Run Jest and Collect Coverage Reports" command: yarn test - store_artifacts: path: coverage - store_test_results: path: coverage