From f50a023bc1a24de0ea9266b2fbdf1a3fb4a3de1d Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Tue, 28 Apr 2020 18:23:22 +0530 Subject: [PATCH] tests: typographical fix within test description --- e2e/__tests__/pnp.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, });