Skip to content

Commit

Permalink
Added comment to table config test case
Browse files Browse the repository at this point in the history
  • Loading branch information
khrithik96 committed Nov 30, 2023
1 parent f160a73 commit 6eecfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/bin/helpers/sync/syncSpecsLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ describe("syncSpecsLogs", () => {
var getBorderConfigStub = sandbox.stub();
syncSpecsLogs.__set__('getBorderConfig', getBorderConfigStub);

// Sending NaN input to getTableConfig
let options = getTableConfig(NaN);
expect(options.columnDefault.width).to.equal(30);
expect(options.columns[1].alignment).to.equal('center');
Expand Down

0 comments on commit 6eecfe9

Please sign in to comment.