UNPKG

jasmine-node

Version:

DOM-less simple JavaScript BDD testing framework for Node

7 lines (5 loc) 233 B
testClass 'HelperLoader', -> feature 'Loading order', -> should 'load the helpers before the specs.', -> expect(true).toBeTruthy() # will fail to parse the spec if the helper was not loaded first