Git Product home page Git Product logo

Comments (4)

regou avatar regou commented on July 23, 2024

@syonip Could you provide more detail about how the vm was constructed?
Btw I'm not sure sinon.spy() can work will with vue's reactive data system.

from vue-rx.

syonip avatar syonip commented on July 23, 2024

Thanks for helping.

Here is the vm creation function:

import Vue from 'vue'
import vuenit from 'vuenit'
const EditorInjector = require('!!vue-loader?inject!renderer/components/MainPageView/Editor.vue')

function createVm(mockedComp) {
  const EditorWithMocks = EditorInjector({
    '../../../api/file-access': {
      saveFile: sinon.stub()
    }
  })
  mockedComp = mockedComp || EditorWithMocks

  const { $router } = vuenit.mockRouter()

  const $store = vuenit.store({
    getters: {
      mainPassword() {
        return '123'
      }
    }
  })

  const options = {
    inject: {
      $router,
      $store
    },
    stubComponents: true
  }
  const vm = vuenit.mount(mockedComp, options)
  return vm
}

I don't think it's to do with sinon.spy, because this test used to pass before I changed the implementation to use vue-rx.

from vue-rx.

UrsMetz avatar UrsMetz commented on July 23, 2024

There is also an issue concerning Angular, RxJS observables, and unit tests (angular/angular#10127) where some observables don't fire when the clock is mocked. In that issue there are some workarounds described and also an explanation why this happens with a mocked clock. I couldn't completely verify this because at some point I got lost in RxJS's source code but the explanation sounds reasonable.

from vue-rx.

printjs avatar printjs commented on July 23, 2024

@syonip I'm testing karma.I 'm using typescript. But the TS2339 occur when I use vueRx

from vue-rx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.