| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 87d0fd8 commit 6129ff4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,6 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const common = require('../../common'); | |
| 4 | - const assert = require('assert'); | ||
| 5 | 4 | const { testResolveAsync } = require(`./build/${common.buildType}/binding`); | |
| 6 | 5 | ||
| 7 | - let called = false; | ||
| 8 | - testResolveAsync().then(common.mustCall(() => { | ||
| 9 | - called = true; | ||
| 10 | - })); | ||
| 11 | - | ||
| 12 | - setTimeout(common.mustCall(() => { assert(called); }), | ||
| 13 | - common.platformTimeout(20)); | ||
| 6 | + testResolveAsync().then(common.mustCall()); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments