File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 "name" : " testingbot-tunnel-launcher" ,
44 "description" : " A wrapper around TestingBot's Tunnel" ,
55 "version" : " 1.1.16" ,
6+ "main" : " ./build/tunnel-launcher.js" ,
67 "homepage" : " https://github.com/testingbot/testingbot-tunnel-launcher" ,
78 "scripts" : {
89 "lint" : " eslint lib/" ,
9- "test " : " mocha --exit --reporter spec " ,
10- "build " : " babel lib -d build "
10+ "build " : " babel lib -d build " ,
11+ "test " : " npm run build && mocha --exit --reporter spec "
1112 },
1213 "devDependencies" : {
1314 "@babel/cli" : " ^7.28.3" ,
Original file line number Diff line number Diff line change 1- var downloader = require ( './../lib /downloader' ) ;
1+ var downloader = require ( './../build /downloader' ) ;
22var assert = require ( 'assert' ) ;
33var os = require ( 'os' ) ;
44var path = require ( 'path' ) ;
Original file line number Diff line number Diff line change 1- var tunnelLauncher = require ( './../lib /tunnel-launcher' ) ;
1+ var tunnelLauncher = require ( './../build /tunnel-launcher' ) ;
22var assert = require ( 'assert' ) ;
33
44describe ( 'Java Version Check' , function ( ) {
You can’t perform that action at this time.
0 commit comments