Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #44752 All Revisions ] Back to Issue ]
Summary 0044752: do not use global scope in jest tests
Revision 2020-09-09 16:03 by alostale
Steps To Reproduce run tests in strict mode which does not allow global:

    ReferenceError: OB is not defined

       9 | /* global global */
      10 |
    > 11 | OB = {
         | ^
      12 | App: {
      13 | Class: {}
      14 | },

Revision 2020-08-25 12:42 by alostale
Steps To Reproduce -


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker