Skip to content

Commit

Permalink
Activate all specs
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Jun 22, 2024
1 parent 6a6ec53 commit 8edf552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/tools/tilesetProcessing/TilesetCombinerSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const OUTPUT_BASE_DIRECTORY =
SPECS_DATA_BASE_DIRECTORY + "/output/combineTilesets/";
const overwrite = true;

fdescribe("TilesetCombiner", function () {
describe("TilesetCombiner", function () {
afterEach(function () {
SpecHelpers.forceDeleteDirectory(
SPECS_DATA_BASE_DIRECTORY + "/output/combineTilesets"
Expand Down

0 comments on commit 8edf552

Please sign in to comment.