jest --ci -u --testRegex 'test/.*test.js' \
	--modulePathIgnorePatterns 'test/fixtures' '.pc/' \
	--testPathIgnorePatterns picocolors/tests/test.js test/update-db/index.test.js .pc/ test/shareable test/extends
