Fix eslint complaint.

master
Tom Hacohen 2019-11-05 16:46:13 +02:00
parent 5439f9def3
commit ad9b0717f8
1 changed files with 2 additions and 2 deletions

View File

@ -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');