{
	<% if (tech.react) { %>"setupFiles": ["raf/polyfill", "<rootDir>/testSetup.js"],
	<% } %>"coverageThreshold": {
		"global": {
			"branches": 100,
			"functions": 100,
			"lines": 100,
			"statements": 100
		}
	}
}
