Skip to content

Commit 18d35bc

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 1d6d292 commit 18d35bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/configCases/side-effects/deep-import-chain
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { value, config } from "./src/chain/mod-0.js";
22

3-
it("should compile a deep cyclic chain of side-effect-free imports without overflowing the stack", () => {
3+
it("should compile a deep linear chain of side-effect-free imports without overflowing the stack", () => {
44
expect(config.id).toBe(0);
5-
// value is a chain of nested arrays — innermost element is from the cycle close
5+
// value is a chain of nested arrays — innermost element is from the terminal module
66
expect(Array.isArray(value)).toBe(true);
77
});

0 commit comments

Comments
 (0)