Merge branch 'main' into nickfyson/error_wrapper
# Conflicts: # lib/codeql.js # lib/codeql.js.map # src/codeql.ts
This commit is contained in:
commit
e5e9aad174
5595 changed files with 493483 additions and 64057 deletions
2
lib/error-matcher.test.js
generated
2
lib/error-matcher.test.js
generated
|
|
@ -8,7 +8,7 @@ const error_matcher_1 = require("./error-matcher");
|
|||
/*
|
||||
NB We test the regexes for all the matchers against example log output snippets.
|
||||
*/
|
||||
ava_1.default('noSourceCodeFound matches against example javascript output', async (t) => {
|
||||
ava_1.default("noSourceCodeFound matches against example javascript output", async (t) => {
|
||||
t.assert(testErrorMatcher("noSourceCodeFound", `
|
||||
2020-09-07T17:39:53.9050522Z [2020-09-07 17:39:53] [build] Done extracting /opt/hostedtoolcache/CodeQL/0.0.0-20200630/x64/codeql/javascript/tools/data/externs/web/ie_vml.js (3 ms)
|
||||
2020-09-07T17:39:53.9051849Z [2020-09-07 17:39:53] [build-err] No JavaScript or TypeScript code found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue