diff --git a/e2e/__tests__/pnp.test.ts b/e2e/__tests__/pnp.test.ts index fd60348a3820..b5cbcc139210 100644 --- a/e2e/__tests__/pnp.test.ts +++ b/e2e/__tests__/pnp.test.ts @@ -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`, });