Test local version of babel/types

This commit is contained in:
Daniel Tschinder
2018-12-05 13:34:36 -08:00
parent d915f31bcb
commit ca2918ab13

View File

@@ -1,4 +1,4 @@
import { createTypeAnnotationBasedOnTypeof } from "@babel/types";
import { createTypeAnnotationBasedOnTypeof } from "../../..";
describe("builders", function() {
describe("flow", function() {