Fix eslint complaint.
parent
5439f9def3
commit
ad9b0717f8
|
@ -2,10 +2,10 @@ import * as EteSync from './EteSync';
|
|||
|
||||
import * as sjcl from 'sjcl';
|
||||
|
||||
const testApiBase = 'http://localhost:8000';
|
||||
|
||||
import { USER, PASSWORD, keyBase64 } from './TestConstants';
|
||||
|
||||
const testApiBase = 'http://localhost:8000';
|
||||
|
||||
sjcl.random.addEntropy('seedForTheTests', 1024, 'FakeSeed');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue