fix(tstest): Update deps, fix chrome server route for static bundles, add local tool settings and CI ignore
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tstest', | ||||
|   version: '2.3.5', | ||||
|   version: '2.3.6', | ||||
|   description: 'a test utility to run tests that match test/**/*.ts' | ||||
| } | ||||
|   | ||||
| @@ -352,7 +352,7 @@ import '${absoluteTestFile.replace(/\\/g, '/')}'; | ||||
|         res.end(); | ||||
|       }) | ||||
|     ); | ||||
|     server.addRoute('(.*)', new plugins.typedserver.servertools.HandlerStatic(tsbundleCacheDirPath)); | ||||
|     server.addRoute('/*splat', new plugins.typedserver.servertools.HandlerStatic(tsbundleCacheDirPath)); | ||||
|     await server.start(); | ||||
|  | ||||
|     // lets handle realtime comms | ||||
|   | ||||
		Reference in New Issue
	
	Block a user