You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.webcomponents.org/element/vaadin/vaadin-button)
[](https://vaadin.com/directory/component/vaadinvaadin-button)
9
-
[](https://vaadin.com/directory/component/vaadinvaadin-button)
[<vaadin-button>](https://vaadin.com/components/vaadin-button) is a Web Component providing an accessible and customizable button, part of the [Vaadin components](https://vaadin.com/components).
[](https://www.webcomponents.org/element/vaadin/vaadin-button)
12
+
[](https://vaadin.com/directory/component/vaadinvaadin-button)
13
+
[](https://vaadin.com/directory/component/vaadinvaadin-button)
1. When in the `vaadin-button` directory, run `polymer test`
77
+
1. When in the `vaadin-button` directory, run `npm test`
78
+
79
+
## Debugging tests in the browser
80
+
81
+
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser.
114
82
115
83
116
84
## Following the coding style
117
85
118
-
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files as well as JavaScript snippets inside `.html` files.
86
+
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files.
0 commit comments