Make @babel/transform-runtime's absoluteRuntime/relative test meaningful (#10963)
This commit is contained in:
parent
a7dac49518
commit
4636321f06
@ -1,4 +1,4 @@
|
|||||||
var _classCallCheck = require("<CWD>/packages/babel-plugin-transform-runtime/node_modules/@babel/runtime/helpers/classCallCheck");
|
var _classCallCheck = require("<CWD>/packages/babel-plugin-transform-runtime/test/fixtures/absoluteRuntime/relative/subfolder/node_modules/@babel/runtime/helpers/classCallCheck");
|
||||||
|
|
||||||
let Foo = function Foo() {
|
let Foo = function Foo() {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|||||||
4
packages/babel-plugin-transform-runtime/test/fixtures/absoluteRuntime/relative/subfolder/node_modules/@babel/runtime/package.json
generated
vendored
Normal file
4
packages/babel-plugin-transform-runtime/test/fixtures/absoluteRuntime/relative/subfolder/node_modules/@babel/runtime/package.json
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "@babel/runtime",
|
||||||
|
"private": true
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user