TerriaJS / terriajs-server

NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.
Other
49 stars 40 forks source link

jasmine.json: remove helpers section #155

Closed pjonsson closed 7 months ago

pjonsson commented 7 months ago

There are no jasmine helpers, so remove the config for them to remove a:

Message: Uncaught exception: Error: ENOENT: no such file or directory, scandir '/app/spec/helpers' Stack: error properties: Object({ errno: -2, code: 'ENOENT', syscall: 'scandir', path: '/app/spec/helpers' }) Error: ENOENT: no such file or directory, scandir '/app/spec/helpers' at Object.readdirSync (node:fs:1508:26)

error from the tests.