Skip to content

Commit

Permalink
minor typographical fix (#9909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 28, 2020
1 parent 6f5009b commit 752a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/pnp.test.ts
Expand Up @@ -19,7 +19,7 @@ beforeEach(() => {
run('yarn', DIR);
});

it('sucessfully runs the tests inside `pnp/`', () => {
it('successfully runs the tests inside `pnp/`', () => {
const {json} = runWithJson(DIR, ['--no-cache', '--coverage'], {
nodeOptions: `--require ${DIR}/.pnp.js`,
});
Expand Down

0 comments on commit 752a176

Please sign in to comment.