Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
||||
|
||||
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
||||
|
||||
test(_templateObject || (_templateObject = _taggedTemplateLiteral(["\uD835\uDC9C\uD835\uDC9C\uD835\uDC9C"], ["\uD835\uDC9C\\ud835\\udc9c\\u{1d49c}"])));
|
||||
test(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\uD835\uDC9C"], ["\\u{1d49c}"])));
|
||||
test(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\\u{1d49c}"], ["\\\\u{1d49c}"])));
|
||||
test(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\\\uD835\uDC9C"], ["\\\\\\u{1d49c}"])));
|
||||
test(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\\\\u{1d49c}"], ["\\\\\\\\u{1d49c}"])));
|
||||
test(_templateObject || (_templateObject = babelHelpers.taggedTemplateLiteral(["\uD835\uDC9C\uD835\uDC9C\uD835\uDC9C"], ["\uD835\uDC9C\\ud835\\udc9c\\u{1d49c}"])));
|
||||
test(_templateObject2 || (_templateObject2 = babelHelpers.taggedTemplateLiteral(["\uD835\uDC9C"], ["\\u{1d49c}"])));
|
||||
test(_templateObject3 || (_templateObject3 = babelHelpers.taggedTemplateLiteral(["\\u{1d49c}"], ["\\\\u{1d49c}"])));
|
||||
test(_templateObject4 || (_templateObject4 = babelHelpers.taggedTemplateLiteral(["\\\uD835\uDC9C"], ["\\\\\\u{1d49c}"])));
|
||||
test(_templateObject5 || (_templateObject5 = babelHelpers.taggedTemplateLiteral(["\\\\u{1d49c}"], ["\\\\\\\\u{1d49c}"])));
|
||||
|
||||
Reference in New Issue
Block a user