vscode-codeql/extensions/ql-vscode/gulpfile.ts
Andrew Eisenberg 6046cf1472 Add integration test for running a query
In order to do this, needed to add a few extra pieces:

* extracted the simple database download so that it only happens
  once and is shared across all tests.
* needed to update mocha to latest version since that has the new API
* But typings isn't updated yet, so submitted a PR into DefinitelyTyped
  for that.
* Added a concept of helper files for test runs. These helper files
  will contain all the shared global setup.

Unfortunately, at this point, we can't run using a language pack since
we would also need to download the the ql repository from somewhere.
2020-12-04 10:08:15 -08:00
..
deploy.ts Fix package deploy to not depend on rush 2020-07-16 08:39:17 -04:00
index.ts Add integration test for running a query 2020-12-04 10:08:15 -08:00
package.ts Use explicit path for vsce 2020-07-21 12:19:03 -04:00
tests.ts Add integration test for running a query 2020-12-04 10:08:15 -08:00
textmate.ts Replace javascript gulpfile with typescript 2020-07-14 13:51:49 -04:00
tsconfig.json Fix warning 2020-07-16 08:49:07 -04:00
typescript.ts Fix source maps 2020-07-21 10:09:42 -04:00
webpack.config.ts Replace javascript gulpfile with typescript 2020-07-14 13:51:49 -04:00
webpack.ts Replace javascript gulpfile with typescript 2020-07-14 13:51:49 -04:00