Fix tests
This commit is contained in:
@ -286,6 +286,7 @@ describe("Run", () => {
|
|||||||
|
|
||||||
describe("#numberOfTotalPagesSection", () => {
|
describe("#numberOfTotalPagesSection", () => {
|
||||||
it("should set the run to the RTL mode", () => {
|
it("should set the run to the RTL mode", () => {
|
||||||
|
const run = new Run({});
|
||||||
run.numberOfTotalPagesSection();
|
run.numberOfTotalPagesSection();
|
||||||
const tree = new Formatter().format(run);
|
const tree = new Formatter().format(run);
|
||||||
expect(tree).to.deep.equal({
|
expect(tree).to.deep.equal({
|
||||||
|
Reference in New Issue
Block a user