# Test
jest -u --ci `find tests/ -name '*.js'|grep -v tests/yaml-test-suite.js`

# Types test
tsc --lib ES2017 --noEmit tests/typings.ts
