Skip to content

Commit a7dc883

Browse files
authored
Update lesson2.ts
1 parent 6a369d1 commit a7dc883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lesson_02/quiz/src/lesson2.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,6 @@ export class Lesson2 {
184184
}
185185
}
186186

187-
if (!process.en
187+
if (!process.env.JEST_WORKER_ID) {
188+
new Lesson2().run();
189+
}

0 commit comments

Comments
 (0)