# Test
jest --config config/jest.config.js --ci --testPathIgnorePatterns tests/yaml-test-suite.ts tests/_utils.ts tests/json-test-suite.ts .pc/ debian/tests/

# Types test
# --ignoreConfig exists only since TypeScript 6
IGNORE_CONFIG=$(tsc --ignoreConfig --version >/dev/null 2>&1 && echo --ignoreConfig || true)
tsc $IGNORE_CONFIG --allowJs --moduleResolution bundler --noEmit --target es2020 dist/index.js
