Bemuse v54.0.1
Initializing
  • passes: 4
  • failures: 0
  • duration: 0.04s
  • ./app/entities/MusicSearchText.spec.js

    • MusicSearchText

      • is initially blank0ms ‣

        (0,s.$v)(a.E3).then(a.fn,(0,s.We)("")).and(a.iJ,(0,s.We)(""))
      • should set inputText when typing0ms ‣

        (0,s.$v)(a.E3).when(a.eE("hello")).then(a.fn,(0,s.We)("")).and(a.iJ,(0,s.We)("hello"))
      • should copy inputText to searchText when debounced0ms ‣

        (0,s.$v)(a.E3).and(a.eE("hello")).when(a.Rq).then(a.fn,(0,s.We)("hello")).and(a.iJ,(0,s.We)("hello"))
      • should allow setting text, changing both0ms ‣

        (0,s.$v)(a.E3).when(a.Hd("meow")).then(a.fn,(0,s.We)("meow")).and(a.iJ,(0,s.We)("meow"))