Skip to content

Commit 201081e

Browse files
committed
test
1 parent a5867fe commit 201081e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"whatwg-fetch": "^2.0.3"
9696
},
9797
"pre-commit": [
98-
"flow-check",
9998
"eslint-check"
10099
]
101100
}

src/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ function handleResponse(response: Response) {
1111
var error: string = response.message; // Works!
1212
}
1313
}
14+
15+
if(a) a = 1;

0 commit comments

Comments
 (0)