Use export = instead of export default

This commit is contained in:
Jeff Held
2019-02-14 12:40:30 -06:00
committed by GitHub
parent f794cf4dea
commit ff6ca21aa5
+1 -1
View File
@@ -442,4 +442,4 @@ export { by, device, element, waitFor };
// for backwards compatibility though.
export const expect: Detox.Expect<Detox.Expect<any>>;
export default detox;
export = detox;