chore: fix flow config

This commit is contained in:
Justin Starry
2020-06-18 15:31:01 +08:00
committed by Justin Starry
parent df7e40f0bd
commit 7ad96e833b
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import {clusterApiUrl} from '../src/util/cluster';
test('invalid', () => {
expect(() => {
// $FlowIgnore
// $FlowExpectedError
clusterApiUrl('abc123');
}).toThrow();
});