summaryrefslogtreecommitdiff
path: root/extension/src/test-suite
AgeCommit message (Collapse)Author
2023-08-10fix: :white_check_mark: allow longer wait in testNate Sesti
2023-08-09fix: :green_heart: increase testing timeout to allow for fkillNate Sesti
2023-08-09fix: :bug: write out npm run package as package.jsNate Sesti
2023-08-09ci: :green_heart: testing testing in ciNate Sesti
2023-08-07fix: :white_check_mark: allow longer for python server to start in testNate Sesti
2023-08-07- Allowing debugging server while debugging extension testsKirill Dubovitskiy
- Preventing mocha timeouts due to hitting breakpoints
2023-08-07Adding launch configuration for debugging tests (separate from server)Kirill Dubovitskiy
2023-08-07Refactor test scripts and update build configurationsKirill Dubovitskiy
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start