We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f05a81 commit 531233cCopy full SHA for 531233c
1 file changed
test/tests.js
@@ -100,7 +100,7 @@ module.exports = {
100
instance.use();
101
instance.use(disposable);
102
103
- // AddDisposableResource step 1.a: `use(null)` and `use(undefined)` on a sync stack must return without pushing a resource.
+ // AddDisposableResource step 2.a: `use(null)` and `use(undefined)` on a sync stack must return without pushing a resource.
104
if (SLOT.has(instance, '[[DisposableResourceStack]]')) {
105
st.equal(
106
SLOT.get(instance, '[[DisposableResourceStack]]').length,
0 commit comments