File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33// Check if the test is being run without AVA cli
44{
5- /* eslint-disable import/order */
65 const path = require ( 'path' ) ;
76 const chalk = require ( 'chalk' ) ;
87
1716 }
1817}
1918
19+ const currentlyUnhandled = require ( 'currently-unhandled' ) ( ) ;
20+ const isObj = require ( 'is-obj' ) ;
21+
2022const adapter = require ( './process-adapter' ) ;
2123const globals = require ( './globals' ) ;
2224
2325const opts = adapter . opts ;
2426globals . options = opts ;
2527
26- /* eslint-enable import/order */
27- const Bluebird = require ( 'bluebird' ) ;
28- const currentlyUnhandled = require ( 'currently-unhandled' ) ( ) ;
29- const isObj = require ( 'is-obj' ) ;
3028const serializeError = require ( './serialize-error' ) ;
3129
32- // Bluebird specific
33- Bluebird . longStackTraces ( ) ;
34-
3530( opts . require || [ ] ) . forEach ( require ) ;
3631
3732adapter . installSourceMapSupport ( ) ;
You can’t perform that action at this time.
0 commit comments