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
No known key found for this signature in database
GPG Key ID: F39CDA308E78179D

View File

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