testdata.js 364 B

12345678910111213141516
  1. /*
  2. * Copyright 2018 Scytl Secure Electronic Voting SA
  3. *
  4. * All rights reserved
  5. *
  6. * See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package
  7. */
  8. // Test Data and OV api bootstrap
  9. /* jshint ignore: start */
  10. OV._init(function() {
  11. console.log('Using low entropy. For unit tests only!');
  12. });
  13. // jshint ignore: end