Skip to content

Commit

Permalink
test: fix flowfixme
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 12, 2017
1 parent 34c3981 commit 046425e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
@@ -1,5 +1,4 @@
// @flow
type State = string

// $FlowFixMe
const initialState: State = 'hello'
Expand Up @@ -135,15 +135,13 @@ exports[`when state = string and initialState = "hello" 1`] = `
// @flow
type State = string
// $FlowFixMe
const initialState: State = 'hello'
↓ ↓ ↓ ↓ ↓ ↓
// @flow
type State = string;
// $FlowFixMe
const initialState: State = 'hello';
"
`;

0 comments on commit 046425e

Please sign in to comment.