Skip to content

Commit f8a583f

Browse files
committed
update npm snippets
1 parent ca92d15 commit f8a583f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ To run Puppeteer tests generated by spearmint, install the following in your dev
4646

4747
To run Accessibility tests generated by spearmint on HTML, install the following in your dev dependencies.
4848

49-
npm i -D axe-core regenerator jest
49+
npm i -D axe-core regenerator-runtime jest
5050

5151
To run Accessibility tests generated by spearmint on React Components, install the following in your dev dependencies.
5252

53-
npm i -D axe-core
53+
npm i -D axe-core regenerator-runtime jest enzyme enzyme-adapter-react-16
5454

5555
To run Accessibility tests generated by spearmint on URL's with Puppeteer, install the following in your dev dependencies.
5656

57-
npm i -D axe-core
57+
npm i -D axe-core puppeteer
5858

5959

6060
<br>

src/pages/About/About.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
6262
<code>npm i -D jest puppeteer</code>
6363
</pre>
6464

65-
{/* ######################## =====> UPDATE */}
65+
6666
<p>
6767
To run Accessibility tests generated by spearmint on HTML, install the following in your dev dependencies.
6868
</p>
6969
<pre>
70-
<code>npm i -D jest puppeteer</code>
70+
<code>npm i -D axe-core regenerator-runtime jest</code>
7171
</pre>
7272

7373
<p>
7474
To run Accessibility tests generated by spearmint on React Components, install the following in your dev dependencies.
7575
</p>
7676
<pre>
77-
<code>npm i -D jest puppeteer</code>
77+
<code>npm i -D axe-core regenerator-runtime jest enzyme enzyme-adapter-react-16</code>
7878
</pre>
7979

8080
<p>
8181
To run Accessibility tests generated by spearmint on URL's with Puppeteer, install the following in your dev dependencies.
8282
</p>
8383
<pre>
84-
<code>npm i -D jest puppeteer</code>
84+
<code>npm i -D axe-core puppeteer</code>
8585
</pre>
8686

8787

@@ -128,7 +128,7 @@ const About = ({ dispatch: dispatchToGlobal }: { dispatch: (action: Action) => v
128128
<p>
129129
<img src={image2} alt='' />
130130
</p>
131-
<h2>Team</h2>
131+
<h2>The Spearmint Team</h2>
132132
<blockquote>
133133
<p>
134134
Alfred <a href='https://github.com/astaiglesia'>@staiglesia</a>  ·  Annie{' '}

0 commit comments

Comments
 (0)