Scoped: update more babel- to @babel/ [skip ci]

This commit is contained in:
Mateusz Burzyński
2017-10-16 23:41:28 +02:00
committed by Henry Zhu
parent 696df10f51
commit 47fa189053
40 changed files with 142 additions and 142 deletions

View File

@@ -3,7 +3,7 @@ import chalk from "chalk";
import stripAnsi from "strip-ansi";
import codeFrame, { codeFrameColumns } from "..";
describe("babel-code-frame", function() {
describe("@babel/code-frame", function() {
it("basic usage", function() {
const rawLines = ["class Foo {", " constructor()", "};"].join("\n");
assert.equal(