~ubuntuone-hackers/online-services-common-js/trunk

« back to all changes in this revision

Viewing changes to src/searchbar/tests/unit/index.html

  • Committer: jonas-drange
  • Date: 2014-05-14 09:49:12 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: jonas.drange@canonical.com-20140514094912-g2fjwnydr2ou5gnt
addressing comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
  mocha.reporter('html');
37
37
  mocha.ui('bdd');
38
 
  mocha.setup({ignoreLeaks: false, timeout: 10000});
 
38
  mocha.setup({
 
39
    ignoreLeaks: false,
 
40
    timeout: 10000,
 
41
    globals: ['_yuid']
 
42
  });
39
43
</script>
40
44
<script src="js/tests.js"></script>
41
45
<script>