Updates package.json to contain wildcards that will work on both Windows and Linux
onStart in src/runtime/tools/index.ts no longer discards open SQLite handles when it is called
Adds list of ScraperProgram objects to functional test setup that are closed at the end of each test to fix open file descriptor encountered on Windows
Updates nock-host-folder.ts to properly set up mock HTTP server when locating files on Windows computer
package.json
to contain wildcards that will work on both Windows and LinuxonStart
insrc/runtime/tools/index.ts
no longer discards open SQLite handles when it is calledScraperProgram
objects to functional test setup that are closed at the end of each test to fix open file descriptor encountered on Windowsnock-host-folder.ts
to properly set up mock HTTP server when locating files on Windows computer