vscode-codeql/extensions/ql-vscode/test
Andrew Eisenberg f2620c65af Add disposeHandlers
These functions assist with object disposal. They add custom behaviour
during disposal. The primary usage of disposalHandlers is during testing
where some objects should not be disposed in order to avoid testing
errors.

Additionally, move DisposableObject to the pure folder and create unit
tests for it.

Also, add `--disable-gpu` to command line options when running tests.
It helps to avoid error messages like this:

```- [19141:19141:0425/011526.129520:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.```

See also https://askubuntu.com/a/1288969
2021-02-11 12:32:42 -08:00
..
data Add integration tests with the CLI 2020-12-04 10:08:15 -08:00
data2 Add command to run multiple queries at once from file explorer 2020-06-22 09:08:12 -07:00
pure-tests Add disposeHandlers 2021-02-11 12:32:42 -08:00
.eslintrc.js lint: Add proper linting for react 2020-03-25 12:02:12 -07:00
.gitignore CodeQL for VS Code: Initial commit. 2019-11-13 12:23:53 -08:00
tsconfig.json lint: Add proper linting for react 2020-03-25 12:02:12 -07:00