Skip to content

Commit

Permalink
apply PR feedback #2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wer committed Aug 16, 2018
1 parent 3d2134e commit 7feb235
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/assets/javascripts/test/enzyme/e2e-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ export async function writeFlowCheckingFile(
`app/assets/javascripts/test/snapshots/flow-check/test-flow-checking-${name}.js`,
`// @flow
import type { ${flowTypeString} } from "admin/api_flow_types";
const a: ${fullFlowType} = ${JSON.stringify(object)}
export default a;`,
const a: ${fullFlowType} = ${JSON.stringify(object)}`,
);
}

Expand Down

0 comments on commit 7feb235

Please sign in to comment.