File size: 3,339 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "version": 2,
  "suites": {
    "test/e2e/app-dir/actions/app-action.test.ts": {
      "failed": [
        "app-dir action handling fetch actions should invalidate client cache when path is revalidated",
        "app-dir action handling fetch actions should invalidate client cache when tag is revalidated",
        "app-dir action handling fetch actions should handle unstable_expireTag"
      ]
    },
    "test/e2e/app-dir/actions/app-action-node-middleware.test.ts": {
      "failed": [
        "app-dir action handling fetch actions should invalidate client cache when path is revalidated",
        "app-dir action handling fetch actions should invalidate client cache when tag is revalidated",
        "app-dir action handling fetch actions should handle unstable_expireTag"
      ]
    },
    "test/e2e/app-dir/app-static/app-static.test.ts": {
      "failed": [
        "app-dir static/dynamic handling new tags have been specified on subsequent fetch should not fetch from memory cache",
        "app-dir static/dynamic handling new tags have been specified on subsequent fetch should not fetch from memory cache after unstable_expireTag is used"
      ]
    },
    "test/e2e/app-dir/metadata/metadata.test.ts": {
      "failed": [
        "app dir - metadata react cache should have same title and page value on initial load",
        "app dir - metadata react cache should have same title and page value when navigating"
      ]
    },
    "test/e2e/middleware-rewrites/test/index.test.ts": {
      "failed": ["Middleware Rewrite should handle catch-all rewrite correctly"]
    }
  },
  "rules": {
    "include": [
      "test/e2e/**/*.test.{t,j}s{,x}",
      "test/production/**/*.test.{t,j}s{,x}"
    ],
    "exclude": [
      "test/e2e/cancel-request/stream-cancel.test.ts",
      "test/e2e/new-link-behavior/material-ui.test.ts",
      "test/e2e/react-dnd-compile/react-dnd-compile.test.ts",
      "test/e2e/skip-trailing-slash-redirect/index.test.ts",
      "test/e2e/app-dir/app-compilation/index.test.ts",
      "test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts",
      "test/e2e/swc-warnings/index.test.ts",
      "test/e2e/third-parties/index.test.ts",
      "test/e2e/app-dir/app-routes/app-custom-route-base-path.test.ts",
      "test/e2e/app-dir/mdx/mdx.test.ts",
      "test/e2e/app-dir/modularizeimports/modularizeimports.test.ts",
      "test/e2e/app-dir/third-parties/basic.test.ts",
      "test/e2e/app-dir/app-static/app-static-custom-handler.test.ts",
      "test/e2e/app-dir/options-request/options-request.test.ts",
      "test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts",
      "test/e2e/app-dir/syntax-highlighter-crash/syntax-highlighter-crash.test.ts",
      "test/e2e/new-link-behavior/stitches.test.ts",
      "test/e2e/next-image-forward-ref/index.test.ts",
      "test/e2e/react-compiler/react-compiler.test.ts",
      "test/e2e/app-dir/i18n-hybrid/i18n-hybrid.test.js",
      "test/e2e/app-dir/metadata/metadata.test.ts",
      "test/e2e/app-dir/rsc-basic/rsc-basic.test.ts",
      "test/e2e/basepath/basepath.test.ts",
      "test/e2e/postcss-config-cjs/index.test.ts",
      "test/e2e/socket-io/index.test.ts",
      "test/e2e/middleware-matcher/index.test.ts",
      "test/e2e/next-script/index.test.ts",
      "test/production/standalone-mode/**/*"
    ]
  }
}