Skip to content

Commit

Permalink
Makes regtest.js the default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Jun 19, 2024
1 parent ffad403 commit 14a11af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (global.describe == null || global.it == null) {
}

// Load the configuration, regtest by default
const configFileName = process.env.CONFIG_FILE || 'regtest-all-keyfiles';
const configFileName = process.env.CONFIG_FILE || 'regtest';
const config = require(`./config/${configFileName}`);

// Load cases to test, everything by default
Expand Down

0 comments on commit 14a11af

Please sign in to comment.