I've converted this package to Typescript in my fork, but I'm not sure how to run the unit tests to check it. The npm test script seems to suggest that I should just open test/index.html, but when I do that, I see errors like:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///Users/jackstenglein/Documents/projects/cm-pgn/test/PgnList.test.js. (Reason: CORS request not http).
Also, if I can verify that the tests still pass, would you be interested in a PR for the Typescript conversion?
I've converted this package to Typescript in my fork, but I'm not sure how to run the unit tests to check it. The
npm test
script seems to suggest that I should just opentest/index.html
, but when I do that, I see errors like:Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///Users/jackstenglein/Documents/projects/cm-pgn/test/PgnList.test.js. (Reason: CORS request not http).
Also, if I can verify that the tests still pass, would you be interested in a PR for the Typescript conversion?