Skip to content

Commit 1330386

Browse files
committed
150 monsters supported
1 parent 7d68c03 commit 1330386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshots/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const url = 'http://localhost';
44
const filePath = './snapshots/images';
55
const monsters = [];
66

7-
for (let index = 1; index <= 107; index++) {
7+
for (let index = 1; index <= 150; index++) {
88
monsters.push(index)
99
}
1010

0 commit comments

Comments
 (0)