mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
09e4eb4137
An example from tests: ```js class TestStub { counter = 0; @debounce(50) increment() { this.counter++; } } const stub = new TestStub(); stub.increment(); stub.increment(); stub.increment(); await settled(); assert.strictEqual(stub.counter, 1); ``` |
||
---|---|---|
.. | ||
addon | ||
app | ||
config | ||
tests | ||
vendor | ||
.npmrc | ||
ember-cli-build.js | ||
index.js | ||
package.json |