We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c975e0 commit c332862Copy full SHA for c332862
src/test/28-accessing-analyzers.ts
@@ -58,7 +58,6 @@ describe35("Accessing analyzers", function() {
58
});
59
it("fetches information about all analyzers", async () => {
60
const analyzers = await db.listAnalyzers();
61
- console.log(analyzers.map(a => a.name), allNames);
62
expect(analyzers.map(a => a.name).sort()).to.eql(allNames);
63
64
0 commit comments