From 752a1763cb41cf6b483ed719316583ce6da4b5f2 Mon Sep 17 00:00:00 2001 From: James George Date: Tue, 28 Apr 2020 18:49:36 +0530 Subject: [PATCH] minor typographical fix (#9909) --- 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`, });