develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 735

  1. I was struggling a bit with the #rules_nodejs karma_web_test_suite() rule and wondered if there was a more modern alternative. I took a stab at implementing a #Bazel rule for @modern_web_dev's @web/test-runner and got something that (kinda?) works: github.com/dgp1130/rules_prerender/commit/9c13c837a0c240e787f5cabf3e4d04798bc2d218
    OpenGraph image for github.com/dgp1130/rules_prerender/commit/9c13c837a0c240e787f5cabf3e4d04798bc2d218
    1. …in reply to @develwoutacause
      Took some fiddling, but I was actually kinda surprised at how easy it was to do this. I don't think it's worth implementing just for my project, but I'm curious if there are others in the community who would find value in a proper library for this? Would anyone actually use it?🤔