TypeScript Version: 2.1.5
Shell command:
$ jake runtests-browser browser=chrome
Expected behavior:
tests are executed
Actual behavior:
tests/webTestServer.ts(318,14): error TS2678: Type '"win64"' is not comparable to type 'Platform'.
really, @types/node has no definition for "win64", yet it is used in tests/webTestServer.ts#L318
however, it could be wrong to use "win64" as https://nodejs.org/api/os.html#os_os_platform
states that there is no such value.
TypeScript Version: 2.1.5
Shell command:
Expected behavior:
tests are executed
Actual behavior:
really, @types/node has no definition for "win64", yet it is used in tests/webTestServer.ts#L318
however, it could be wrong to use "win64" as https://nodejs.org/api/os.html#os_os_platform
states that there is no such value.