import sinon from 'sinon'; test('my awesome test', function (assert) { const stub = sinon.stub().named('Awesome spy').returns('hello'); ...
確定! 回上一頁