UNPKG

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