@votingworks/ballot-encoder

v3.0.0
Provides encoding and decoding services for completed ballots.

lint

eslint 'src/**/*.{ts,js}'

publish:npm

yarn test:coverage && tsc && npm publish --access public && ts-emit-clean

test

jest

test:ci

jest --ci --collectCoverage

test:coverage

jest --collectCoverage

test:debug

node --inspect-brk $(which jest) --runInBand --no-cache

test:watch

jest --watch
npm i @votingworks/[email protected]

Metadata

Downloads