| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e6af9f commit d669714
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const os = require('node:os'); | |||
| 10 | 10 | ||
| 11 | 11 | tmpdir.refresh(); | |
| 12 | 12 | ||
| 13 | - describe('Concurrency option (boolean) = true ', { concurrency: true }, () => { | ||
| 13 | + describe('Concurrency option (boolean) = true', { concurrency: true }, () => { | ||
| 14 | 14 | let isFirstTestOver = false; | |
| 15 | 15 | it('should start the first test', () => new Promise((resolve) => { | |
| 16 | 16 | setImmediate(() => { isFirstTestOver = true; resolve(); }); | |
@@ -22,7 +22,7 @@ describe('Concurrency option (boolean) = true ', { concurrency: true }, () => { | |||
| 22 | 22 | }); | |
| 23 | 23 | ||
| 24 | 24 | describe( | |
| 25 | - 'Concurrency option (boolean) = false ', | ||
| 25 | + 'Concurrency option (boolean) = false', | ||
| 26 | 26 | { concurrency: false }, | |
| 27 | 27 | () => { | |
| 28 | 28 | let isFirstTestOver = false; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments