()
| 15 | localVue.use(Vuex); |
| 16 | |
| 17 | function createStore() { |
| 18 | return new Vuex.Store({ |
| 19 | modules: { |
| 20 | scriptExecutor: scriptExecutor(123, 'my script', {}) |
| 21 | } |
| 22 | }); |
| 23 | } |
| 24 | |
| 25 | function mockStopEndpoint(id) { |
| 26 | const spy = sinon.spy(function () { |
no outgoing calls
no test coverage detected