]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/tests/lib/linter/code-path-analysis/code-path-analyzer.js
import 7.12.1 upstream release
[pve-eslint.git] / eslint / tests / lib / linter / code-path-analysis / code-path-analyzer.js
index ec516c54a0259fd04aeb8d254096f87ca5da1083..c5d0ecf267f4c01403ac8b837933041c6732b9eb 100644 (file)
@@ -557,7 +557,7 @@ describe("CodePathAnalyzer", () => {
                     }
                 }));
                 const messages = linter.verify(source, {
-                    parserOptions: { ecmaVersion: 2020 },
+                    parserOptions: { ecmaVersion: 2021 },
                     rules: { test: 2 }
                 });