1.2.1 • Published 5 years ago

omnishipping v1.2.1

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

Omnishipping

This is a component to integrate the shipping module in VTEX Checkout UI.

Prerequisites

Node.js v8+ must be installed.

Installation

  • Running yarn install in the components's root directory will install everything you need for development.

Demo Development Server

Running Tests

  • yarn test will run the tests once.

  • yarn run test:coverage will run the tests and produce a coverage report in coverage/.

  • yarn run test:watch will run the tests on every change.

  • yarn test -- --coverage --watch will run tests on every change and generate coverage report in the console as well as in coverage/ folder.