declare const tpl = "`\n    \"test\": \"jest --passWithNoTests --config ./configs/jest.config.js\",\n    \"test:snapshot\": \"jest --updateSnapshot --config ./configs/jest.config.js\",\n`";
export default tpl;
