Skip to content

Commit 6f7b860

Browse files
committed
Use double tabs
1 parent 8ed376e commit 6f7b860

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CONTRIBUTING.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ To run the Polymer library unit tests:
9090

9191
2. Install the dependencies:
9292

93-
npm install && bower install
93+
npm install && bower install
9494

9595
3. Run the tests:
9696

97-
npm test
97+
npm test
9898

9999
Or if you have `web-component-tester` installed locally:
100100

101-
wct
101+
wct
102102

103103
To run individual test suites:
104104

@@ -110,11 +110,11 @@ Or:
110110

111111
For example:
112112

113-
npm test test/unit/template.html
113+
npm test test/unit/template.html
114114

115115
You can also run tests in the browser:
116116

117-
polyserve
117+
polyserve
118118

119119
Navigate to:
120120

@@ -124,23 +124,23 @@ Navigate to:
124124

125125
To run the element unit tests, you need a global install of `web-component-tester` or `polyserve` (or both).
126126

127-
1. Clone the element repo.
127+
1. Clone the element repo.
128128

129-
2. Install the dependencies.
129+
1. Install the dependencies.
130130

131-
bower install
131+
bower install
132132

133-
3. Run the tests:
133+
1. Run the tests:
134134

135-
wct
135+
wct
136136

137-
Or run the tests in a browser:
137+
Or run the tests in a browser:
138138

139-
polyserve
139+
polyserve
140140

141-
Navigate to:
141+
Navigate to:
142142

143-
<code>http://localhost:8080/components/<var>element-name</var>/test/runner.html</code>
143+
<code>http://localhost:8080/components/<var>element-name</var>/test/runner.html</code>
144144

145145
### Configuring `web-component-tester`
146146

0 commit comments

Comments
 (0)