ImageTests: fix docspace path

This commit is contained in:
Timofey Boyko 2023-01-19 17:07:36 +03:00
parent b49efc447f
commit d911aef48c

View File

@ -1,6 +1,6 @@
const path = require("path");
const docSpacePath = "../../../";
const docSpacePath = "../../../../";
const imagesPattern = /\.(gif|jpe|jpeg|tiff?|png|webp|bmp|svg)$/i;
const filesPattern = /\.(js|jsx|ts|tsx|html|css|scss|saas|json)$/i;