Update tests folder ingore pattern
This commit is contained in:
parent
f3bb972a20
commit
c06cb73181
2
dist/utils/grab-all-pages.js
vendored
2
dist/utils/grab-all-pages.js
vendored
@ -41,7 +41,7 @@ function grabPageDirRecursively({ page_dir, include_server, }) {
|
||||
if (is_page_excluded) {
|
||||
continue;
|
||||
}
|
||||
if (full_page_path.match(/__test__/)) {
|
||||
if (full_page_path.match(/__tests__/)) {
|
||||
continue;
|
||||
}
|
||||
if (page_name.match(/\.test\.(t|j)sx?/)) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/bunext",
|
||||
"version": "1.0.90",
|
||||
"version": "1.0.91",
|
||||
"main": "dist/index.js",
|
||||
"module": "index.ts",
|
||||
"dependencies": {
|
||||
|
||||
@ -70,7 +70,7 @@ function grabPageDirRecursively({
|
||||
continue;
|
||||
}
|
||||
|
||||
if (full_page_path.match(/__test__/)) {
|
||||
if (full_page_path.match(/__tests__/)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user