chore: fix flow config
This commit is contained in:
committed by
Justin Starry
parent
df7e40f0bd
commit
7ad96e833b
@ -3,7 +3,7 @@ import {clusterApiUrl} from '../src/util/cluster';
|
||||
|
||||
test('invalid', () => {
|
||||
expect(() => {
|
||||
// $FlowIgnore
|
||||
// $FlowExpectedError
|
||||
clusterApiUrl('abc123');
|
||||
}).toThrow();
|
||||
});
|
||||
|
Reference in New Issue
Block a user