snapshot tests: sort haps by part
This commit is contained in:
parent
f07859996e
commit
00bd60a855
3 changed files with 4853 additions and 4853 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -187,7 +187,7 @@ evalScope(
|
|||
|
||||
export const queryCode = async (code, cycles = 1) => {
|
||||
const { pattern } = await evaluate(code);
|
||||
const haps = pattern.queryArc(0, cycles);
|
||||
const haps = pattern.sortHapsByPart().queryArc(0, cycles);
|
||||
return haps.map((h) => h.show(true));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue