File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- "use babel" ;
1+ /** @ babel */
22import { createRunner } from "atom-jasmine3-test-runner" ;
33import pkg from "../package.json" ;
44
55// https://github.com/UziTech/atom-jasmine3-test-runner#api
66export default createRunner ( {
77 testPackages : Array . from ( pkg [ "package-deps" ] ) ,
88 timeReporter : true ,
9- specHelper : true ,
10- attachToDOM : true ,
11- // Extra Packages
12- customMatchers : true ,
13- jasmineFocused : false ,
14- jasmineJson : false ,
15- jasminePass : false ,
16- jasmineShouldFail : false ,
17- jasmineTagged : false ,
18- mockClock : true ,
19- mockLocalStorage : false ,
20- profile : true ,
21- unspy : false ,
9+ specHelper : {
10+ atom : true ,
11+ ci : true ,
12+ attachToDom : true ,
13+ // Extra Packages
14+ customMatchers : true ,
15+ jasmineFocused : false ,
16+ jasmineJson : false ,
17+ jasminePass : false ,
18+ jasmineShouldFail : false ,
19+ jasmineTagged : false ,
20+ mockClock : true ,
21+ mockLocalStorage : false ,
22+ profile : true ,
23+ unspy : false ,
24+ } ,
2225} ) ;
You can’t perform that action at this time.
0 commit comments