Skip to content

Commit

Permalink
test: use test suite dirname as cwd (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Jan 17, 2024
1 parent d49efd7 commit c4de03d
Show file tree
Hide file tree
Showing 15 changed files with 136 additions and 161 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`plugin-esbuild > should not set format iife when target is not web 1`]
"include": [
{
"and": [
"<ROOT>",
"<ROOT>/packages/compat/plugin-esbuild/tests",
{
"not": /\\[\\\\\\\\/\\]node_modules\\[\\\\\\\\/\\]/,
},
Expand Down Expand Up @@ -81,7 +81,7 @@ exports[`plugin-esbuild > should set esbuild minimizer in production 1`] = `
"include": [
{
"and": [
"<ROOT>",
"<ROOT>/packages/compat/plugin-esbuild/tests",
{
"not": /\\[\\\\\\\\/\\]node_modules\\[\\\\\\\\/\\]/,
},
Expand Down Expand Up @@ -141,7 +141,7 @@ exports[`plugin-esbuild > should set esbuild-loader 1`] = `
"include": [
{
"and": [
"<ROOT>",
"<ROOT>/packages/compat/plugin-esbuild/tests",
{
"not": /\\[\\\\\\\\/\\]node_modules\\[\\\\\\\\/\\]/,
},
Expand Down
Loading

0 comments on commit c4de03d

Please sign in to comment.