| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,9 @@ asyncLocalStorage.runSyncAndReturn(new Map(), () => { | |||
| 9 | 9 | asyncLocalStorage.getStore().set('foo', 'bar'); | |
| 10 | 10 | process.nextTick(() => { | |
| 11 | 11 | assert.strictEqual(asyncLocalStorage.getStore().get('foo'), 'bar'); | |
| 12 | + process.nextTick(() => { | ||
| 13 | + assert.strictEqual(asyncLocalStorage.getStore(), undefined); | ||
| 14 | + }); | ||
| 12 | 15 | asyncLocalStorage.disable(); | |
| 13 | 16 | assert.strictEqual(asyncLocalStorage.getStore(), undefined); | |
| 14 | 17 | process.nextTick(() => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments