Skip to content
#

test-runner

Here are 262 public repositories matching this topic...

chinleung
chinleung commented Mar 9, 2020

Hi,

When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.

Is there a way to have it open but not switch my focus to the newly opened pane automatically?

LarsDenBakker
LarsDenBakker commented Sep 14, 2020

When logging a dom element, we print the innerHTML:

const element = document.createElement('my-element');
console.log(element); // print element.innerHTML

When logging a shadowRoot, we should print the innerHTML as well:

const element = document.createElement('my-element');
console.log(elements.shadowRoot); // does not print element.innerHTML

Improve this page

Add a description, image, and links to the test-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-runner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.