Commit baaf932
authored
Upgrade NodeJS dependencies to latest (#11)
* Upgrade NodeJS dependencies to latest
* fix: track .bqrs test input files in before directories
The integration tests for codeql_bqrs_interpret were failing in CI because
the .bqrs files in before/ directories were being ignored by the gitignore
rule (**/*.bqrs). These files exist locally but were not committed, causing
the tests to fail with 'No .bqrs files found'.
Fixed by:
1. Adding an exception to .gitignore for .bqrs files in before/ directories
2. Force-adding the 4 .bqrs test input files that were previously ignored
* fix: replace fake BQRS test files with real binary files
Replace mock ASCII text BQRS files with actual binary BQRS files
from server/ql/javascript/examples/src/ExampleQuery1/ExampleQuery1.test.bqrs1 parent 6eda1a4 commit baaf932
File tree
8 files changed
+15
-12
lines changed- client
- integration-tests
- primitives/tools
- codeql_bqrs_decode/basic_decode/before
- codeql_bqrs_info/basic_info/before
- codeql_bqrs_interpret
- graphtext_format/before
- sarif_format/before
- server
8 files changed
+15
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments