Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 committed Jan 20, 2025
1 parent b114292 commit dc8e833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TopicMessageIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { bigContents } from "./contents.js";
import IntegrationTestEnv from "./client/NodeIntegrationTestEnv.js";
import { setTimeout } from "timers/promises";

describe("TopicMessage", function () {
describe.only("TopicMessage", function () {

Check warning on line 12 in test/integration/TopicMessageIntegrationTest.js

View workflow job for this annotation

GitHub Actions / Integration Tests on Node 20

Unexpected exclusive mocha test

Check warning on line 12 in test/integration/TopicMessageIntegrationTest.js

View workflow job for this annotation

GitHub Actions / Build using Node 20

Unexpected exclusive mocha test

Check warning on line 12 in test/integration/TopicMessageIntegrationTest.js

View workflow job for this annotation

GitHub Actions / Test using Node 20

Unexpected exclusive mocha test

Check warning on line 12 in test/integration/TopicMessageIntegrationTest.js

View workflow job for this annotation

GitHub Actions / Integration Tests on Node 22

Unexpected exclusive mocha test

Check warning on line 12 in test/integration/TopicMessageIntegrationTest.js

View workflow job for this annotation

GitHub Actions / Build using Node 22

Unexpected exclusive mocha test
let env;

before(async function () {
Expand Down

0 comments on commit dc8e833

Please sign in to comment.