Make @babel/transform-runtime's absoluteRuntime/relative test meaningful (#10963)

This commit is contained in:
Nicolò Ribaudo 2020-01-05 17:28:44 +01:00 committed by GitHub
parent a7dac49518
commit 4636321f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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";

View File

@ -0,0 +1,4 @@
{
"name": "@babel/runtime",
"private": true
}