This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env node | |
| /** | |
| * Reproduction harness for GitHub issue #2225: | |
| * Error: LadybugDB not initialized for repo "__wiki__". Call initLbug first. | |
| * | |
| * Usage (from repo root): | |
| * node gitnexus/scripts/repro-wiki-2225.mjs [scenario] | |
| * | |
| * Scenarios: | |
| * baseline — query without init (expected failure, confirms error text) |