"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tpl = "`\n \"test\": \"jest --passWithNoTests --config ./configs/jest.config.js\",\n \"test:snapshot\": \"jest --updateSnapshot --config ./configs/jest.config.js\",\n`";
exports.default = tpl;