aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/build.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/build.mjs')
-rwxr-xr-xpackages/merchant-backoffice-ui/build.mjs3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/build.mjs b/packages/merchant-backoffice-ui/build.mjs
index 611ef7044..4097e4e9a 100755
--- a/packages/merchant-backoffice-ui/build.mjs
+++ b/packages/merchant-backoffice-ui/build.mjs
@@ -64,8 +64,7 @@ function getFilesInDirectory(startPath, regex) {
return result
}
-const allTestFiles = getFilesInDirectory(path.join(BASE, 'tests'), /.test.tsx?$/)
-
+const allTestFiles = getFilesInDirectory(path.join(BASE, 'src'), /.test.tsx?$/)
const entryPoints = ["src/index.tsx", "src/stories.tsx", ...allTestFiles];
let GIT_ROOT = BASE;