source-academy / java-slang

Implementation of the Java language in TypeScript
Apache License 2.0
0 stars 0 forks source link

Add test infrastructure for compiler #14

Closed 1001mei closed 5 months ago

1001mei commented 8 months ago

Add some tests as promised in #12.

To run the tests, use the command npm run test:watch, then filter filename with option p to run only the file src/compiler/__tests__/index.ts.