Skip to content

Commit

Permalink
Update spec test for TilesetMergerSpec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla committed Jul 4, 2024
1 parent 80c8741 commit fe33e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/tools/tilesetProcessing/TilesetMergerSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const basicInputs = [
const basicOutput =
SPECS_DATA_BASE_DIRECTORY + "/output/mergeTilesets/basicMerge";
const overwrite = true;
const jsonOnly = false;

describe("TilesetMerger", function () {
afterEach(function () {
Expand All @@ -24,7 +25,7 @@ describe("TilesetMerger", function () {
});

it("merges tilesets into a single tileset", async function () {
await TilesetOperations.merge(basicInputs, basicOutput, overwrite);
await TilesetOperations.merge(basicInputs, basicOutput, overwrite, jsonOnly);

// Ensure that the output directory contains the expected files:
// All files of the input, disambiguated for the same base name
Expand Down

0 comments on commit fe33e6c

Please sign in to comment.