Skip to content

Commit d6c568f

Browse files
committed
fix(jelly-micro): correct classes floor from 0.2 to 0.19 (6/31, not 6/30) (#1409)
1 parent db459d5 commit d6c568f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/benchmarks/resolution/jelly-micro.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function discoverTests(): string[] {
6868
const RECALL_FLOORS: Record<string, number> = {
6969
accessors3: 1.0, // 1/1
7070
arguments: 1.0, // 1/1
71-
classes: 0.2, // 6/30
71+
classes: 0.19, // 6/31
7272
defineProperty: 0.5, // 3/6
7373
fun: 1.0, // 4/4
7474
generators: 1.0, // 9/9

0 commit comments

Comments
 (0)