Skip to content

Individual test module and individual test run support #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update app.js
  • Loading branch information
vmalaviya-splunk committed Jul 27, 2021
commit 4a2e3d6c652e7878a1d127e305cf68d598bbb269
1 change: 0 additions & 1 deletion tests/service_tests/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ exports.setup = function (svc) {
};

if (module.id === __filename && module.parent.id.includes('mocha')) {
console.log("in IF");
var splunkjs = require('../../index');
var options = require('../../examples/node/cmdline');

Expand Down