From d34503799cee4c9fe08881eb269760e29edb1649 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dandelion=20Man=C3=A9?=
Date: Tue, 8 May 2018 14:21:26 -0700
Subject: [PATCH] Enable flow: sourcecred.js and editor/App.test.js (#239)
They were already correct from a typing perspective, so no other changes
needed.
---
src/cli/sourcecred.js | 2 +-
src/plugins/artifact/editor/App.test.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cli/sourcecred.js b/src/cli/sourcecred.js
index 967000b..64d1ccd 100644
--- a/src/cli/sourcecred.js
+++ b/src/cli/sourcecred.js
@@ -1,4 +1,4 @@
-// @no-flow
+// @flow
require("@oclif/command")
.run()
.catch(require("@oclif/errors/handle"));
diff --git a/src/plugins/artifact/editor/App.test.js b/src/plugins/artifact/editor/App.test.js
index a9690ac..5419a36 100644
--- a/src/plugins/artifact/editor/App.test.js
+++ b/src/plugins/artifact/editor/App.test.js
@@ -1,4 +1,4 @@
-// @no-flow
+// @flow
import React from "react";
import ReactDOM from "react-dom";
import App from "./App";