Skip to content

Commit

Permalink
run the whole test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Nov 25, 2024
1 parent 9cb3030 commit cab1845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const databaseObject = `{
],
}`;

describe.only("configuration file", function () {
describe("configuration file", function () {
let container, stderr, stdout, fs;

beforeEach(() => {
Expand Down

0 comments on commit cab1845

Please sign in to comment.