Skip to content

Commit ee2eb7e

Browse files
committed
Fix test
1 parent 9a96c0a commit ee2eb7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turborepo-tests/integration/tests/affected.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Also with `affectedFiles` in `turbo query`
6464
"affectedFiles": {
6565
"items": [
6666
{
67-
"path": "apps/my-app/new.js",
67+
"path": "apps(\/|\\\\)my-app(\/|\\\\)new.js", (re)
6868
"affectedPackages": {
6969
"items": [
7070
{
@@ -133,7 +133,7 @@ Also with `affectedFiles` in `turbo query`
133133
"affectedFiles": {
134134
"items": [
135135
{
136-
"path": "apps/my-app/package.json",
136+
"path": "apps(\/|\\\\)my-app(\/|\\\\)package.json", (re)
137137
"affectedPackages": {
138138
"items": [
139139
{
@@ -332,7 +332,7 @@ Also with `affectedFiles` in `turbo query`
332332
"affectedFiles": {
333333
"items": [
334334
{
335-
"path": "apps/my-app/package.json",
335+
"path": "apps(\/|\\\\)my-app(\/|\\\\)package.json", (re)
336336
"affectedPackages": {
337337
"items": [
338338
{

0 commit comments

Comments
 (0)