Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 498 Bytes
yarn run build

TODO

  • creates snapshot if doesn't exist
  • Flow
  • tests (CI):
yarn babel-node src/index.js -- --schema=../tests/schema.js --snapshot=../tests/doesntexist.json
yarn babel-node src/index.js -- --schema=../tests/schema.js --snapshot=../tests/snapshot.json
yarn babel-node src/index.js -- --schema=../tests/schema.breaking.js --snapshot=../tests/snapshot.json
yarn babel-node src/index.js -- --schema=../tests/schema.compatible.js --snapshot=../tests/snapshot.json