UNPKG

vuejs-smart-table

Version:

[![CircleCI](https://circleci.com/gh/tochoromero/vuejs-smart-table/tree/master.svg?style=shield)](https://circleci.com/gh/tochoromero/vuejs-smart-table/tree/master)

12 lines (11 loc) 209 B
version: 2.1 jobs: build: docker: - image: circleci/node steps: - checkout - run: yarn install - run: yarn test:unit - store_test_results: path: tests/results