fromdeno / deno2node

Compile your Deno project to run on Node.js.
MIT License
115 stars 3 forks source link

Add npm test script for existing e2e tests #12

Closed KnorpelSenf closed 3 years ago

KnorpelSenf commented 3 years ago

E2E testing is performed by compiling the tool itself. This is mentioned in the README. However, the intuitive npm test does not work.

This PR registers the E2E tests in the test script in order to make them available more easily.